1. 10 9月, 2019 1 次提交
  2. 23 8月, 2019 5 次提交
  3. 18 8月, 2019 1 次提交
  4. 06 8月, 2019 3 次提交
  5. 24 7月, 2019 1 次提交
  6. 10 7月, 2019 3 次提交
  7. 29 6月, 2019 1 次提交
    • H
      i40e: Add macvlan support on i40e · 1d8d80b4
      Harshitha Ramamurthy 提交于
      This patch enables macvlan offloads for i40e. The idea is to use
      channels as macvlan interfaces. The channels are VSIs of
      type VMDQ. When the first macvlan is created, the maximum number of
      channels possible are created. From then on, as a macvlan interface
      is created, a macvlan filter is added to these already created
      channels (VSIs).
      
      This patch utilizes subordinate device traffic classes to make queue
      groups(channels) available for an upper device like a macvlan.
      
      Steps to configure macvlan offloads:
      1. ethtool -K ethx l2-fwd-offload on
      2. ip link add link ethx name macvlan1 type macvlan
      3. ip addr add <address> dev macvlan1
      4. ip link set macvlan1 up
      Signed-off-by: NHarshitha Ramamurthy <harshitha.ramamurthy@intel.com>
      Tested-by: NAndrew Bowers <andrewx.bowers@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      1d8d80b4
  8. 27 6月, 2019 4 次提交
  9. 15 6月, 2019 3 次提交
  10. 05 5月, 2019 3 次提交
  11. 04 5月, 2019 6 次提交
  12. 17 4月, 2019 7 次提交
  13. 02 4月, 2019 2 次提交