1. 05 3月, 2013 3 次提交
  2. 16 2月, 2013 1 次提交
    • S
      igb: increase timeout for ethtool offline self-test · 4507dc9f
      Stefan Assmann 提交于
      On several machines with i350 adapters the ethtool offline self-test sometimes
      fails. This happens because link auto negotiation may take longer than the
      timeout of 4 seconds. Increasing the timeout by 1 seconds resolves the issue.
      
      Output from a failing i350 offline self-test:
      while [ 1 ]; do ethtool -t eth2 offline; done
      The test result is PASS
      The test extra info:
      Register test  (offline)         0
      Eeprom test    (offline)         0
      Interrupt test (offline)         0
      Loopback test  (offline)         0
      Link test   (on/offline)         0
      
      The test result is FAIL
      The test extra info:
      Register test  (offline)         0
      Eeprom test    (offline)         0
      Interrupt test (offline)         0
      Loopback test  (offline)         0
      Link test   (on/offline)         1
      
      The test result is PASS
      The test extra info:
      Register test  (offline)         0
      Eeprom test    (offline)         0
      Interrupt test (offline)         0
      Loopback test  (offline)         0
      Link test   (on/offline)         0
      Signed-off-by: NStefan Assmann <sassmann@kpanic.de>
      Tested-by: NAaron Brown <aaron.f.brown@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      4507dc9f
  3. 15 2月, 2013 9 次提交
  4. 05 2月, 2013 1 次提交
  5. 28 1月, 2013 1 次提交
  6. 19 1月, 2013 2 次提交
  7. 18 1月, 2013 9 次提交
  8. 09 1月, 2013 1 次提交
  9. 08 12月, 2012 1 次提交
  10. 07 12月, 2012 3 次提交
  11. 04 12月, 2012 1 次提交
    • B
      net/intel: remove __dev* attributes · 9f9a12f8
      Bill Pemberton 提交于
      CONFIG_HOTPLUG is going away as an option.  As result the __dev*
      markings will be going away.
      
      Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst,
      and __devexit.
      Signed-off-by: NBill Pemberton <wfp5p@virginia.edu>
      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>
      Cc: Tushar Dave <tushar.n.dave@intel.com>
      Cc: e1000-devel@lists.sourceforge.net
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      9f9a12f8
  12. 01 12月, 2012 6 次提交
  13. 28 11月, 2012 1 次提交
  14. 22 11月, 2012 1 次提交