1. 04 4月, 2012 1 次提交
  2. 20 1月, 2012 1 次提交
  3. 06 1月, 2012 1 次提交
  4. 21 10月, 2011 1 次提交
  5. 17 10月, 2011 1 次提交
    • G
      igb: Check if subordinate VFs are assigned to virtual machines · 0224d663
      Greg Rose 提交于
      Kvm and the Xen pci-back driver will set a flag in the virtual function
      pci device dev_flags when the VF is assigned to a guest VM.  Before
      destroying subordinate VFs check to see if the flag is set and if so
      skip the call to pci_disable_sriov() to avoid system crashes.
      
      Copy the maintainer for the Xen pci-back driver.  Also CC'ing
      maintainers of all drivers found to call pci_disable_sriov().
      
      V2 - Fix  uninitialized variable warning
      
      Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
      Cc: Christian Benvenuti <benve@cisco.com>
      Cc: Sathya Perla <sathya.perla@emulex.com>
      Cc: Dimitris Michailidis <dm@chelsio.com>
      Cc: Jon Mason <jdmason@kudzu.us>
      Cc: James Smart <james.smart@emulex.com>
      Signed-off-by: NGreg Rose <gregory.v.rose@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      0224d663
  6. 13 10月, 2011 1 次提交
  7. 08 10月, 2011 7 次提交
  8. 07 10月, 2011 6 次提交
  9. 20 9月, 2011 8 次提交
  10. 11 8月, 2011 1 次提交
  11. 22 7月, 2011 1 次提交
  12. 12 7月, 2011 1 次提交
  13. 30 4月, 2011 1 次提交
  14. 12 3月, 2011 1 次提交
  15. 24 2月, 2011 1 次提交
    • L
      igb: add support for VF Transmit rate limit using iproute2 · 17dc566c
      Lior Levy 提交于
      Implemented igb_ndo_set_vf_bw function which is being used
      by iproute2 tool. In addition, updated igb_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.
      The rate limit value can be ranged between 0 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 only by 82576 device.
      Signed-off-by: NLior Levy <lior.levy@intel.com>
      Tested-by: NJeff Pieper <jeffrey.e.pieper@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      17dc566c
  16. 25 12月, 2010 1 次提交
  17. 18 10月, 2010 1 次提交
  18. 19 8月, 2010 1 次提交
  19. 06 5月, 2010 1 次提交
  20. 29 4月, 2010 1 次提交
  21. 28 4月, 2010 1 次提交
  22. 31 3月, 2010 1 次提交