1. 01 11月, 2012 1 次提交
    • J
      ixgbe: add setlink, getlink support to ixgbe and ixgbevf · 815cccbf
      John Fastabend 提交于
      This adds support for the net device ops to manage the embedded
      hardware bridge on ixgbe devices. With this patch the bridge
      mode can be toggled between VEB and VEPA to support stacking
      macvlan devices or using the embedded switch without any SW
      component in 802.1Qbg/br environments.
      
      Additionally, this adds source address pruning to the ixgbevf
      driver to prune any frames sent back from a reflective relay on
      the switch. This is required because the existing hardware does
      not support this. Without it frames get pushed into the stack
      with its own src mac which is invalid per 802.1Qbg VEPA
      definition.
      Signed-off-by: NJohn Fastabend <john.r.fastabend@intel.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      815cccbf
  2. 30 10月, 2012 2 次提交
  3. 23 10月, 2012 3 次提交
  4. 19 10月, 2012 3 次提交
  5. 16 9月, 2012 2 次提交
  6. 23 7月, 2012 1 次提交
  7. 22 7月, 2012 2 次提交
  8. 21 7月, 2012 1 次提交
    • J
      ixgbe: use PCI_VENDOR_ID_INTEL · 36e90319
      Jon Mason 提交于
      Use PCI_VENDOR_ID_INTEL from pci_ids.h instead of creating its own
      vendor ID #define.
      Signed-off-by: NJon Mason <jdmason@kudzu.us>
      Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
      Cc: Jesse Brandeburg <jesse.brandeburg@intel.com>
      Cc: Bruce Allan <bruce.w.allan@intel.com>
      Cc: Carolyn Wyborny <carolyn.wyborny@intel.com>
      Cc: Don Skidmore <donald.c.skidmore@intel.com>
      Cc: Greg Rose <gregory.v.rose@intel.com>
      Cc: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
      Cc: Alex Duyck <alexander.h.duyck@intel.com>
      Cc: John Ronciak <john.ronciak@intel.com>
      Acked-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      36e90319
  9. 20 7月, 2012 2 次提交
  10. 19 7月, 2012 1 次提交
  11. 17 7月, 2012 1 次提交
  12. 10 5月, 2012 2 次提交
  13. 02 5月, 2012 1 次提交
  14. 13 2月, 2012 1 次提交
  15. 09 2月, 2012 1 次提交
  16. 03 2月, 2012 2 次提交
  17. 16 11月, 2011 1 次提交
  18. 08 11月, 2011 1 次提交
  19. 17 10月, 2011 1 次提交
  20. 24 9月, 2011 1 次提交
  21. 11 8月, 2011 1 次提交
  22. 25 6月, 2011 1 次提交
  23. 15 5月, 2011 2 次提交
  24. 27 4月, 2011 1 次提交
  25. 12 3月, 2011 1 次提交
    • L
      ixgbe: add support for VF Transmit rate limit using iproute2 · ff4ab206
      Lior Levy 提交于
      Implemented ixgbe_ndo_set_vf_bw function which is being used by iproute2
      tool. In addition, updated ixgbe_ndo_get_vf_config function to show the
      actual rate limit to the user.
      
      The rate limitation can be configured only when the link is up and the
      link speed is 10Gb.
      The rate limit value can be 0 or ranged between 11 and actual link
      speed measured in Mbps. A value of '0' disables the rate limit for
      this specific VF.
      
      iproute2 usage will be 'ip link set ethX vf Y rate Z'.
      After the command is made, the rate will be changed instantly.
      To view the current rate limit, use 'ip link show ethX'.
      
      The rates will be zeroed only upon driver reload or a link speed change.
      
      This feature is being supported by 82599 and X540 devices.
      Signed-off-by: NLior Levy <lior.levy@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      ff4ab206
  26. 03 3月, 2011 1 次提交
  27. 24 2月, 2011 1 次提交
  28. 08 2月, 2011 1 次提交
  29. 25 12月, 2010 1 次提交