]> git.baikalelectronics.ru Git - kernel.git/commit
igb: display a warning message when SmartSpeed works
authorKoki Sanagi <sanagi.koki@jp.fujitsu.com>
Wed, 16 Jan 2013 11:05:53 +0000 (11:05 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 25 Apr 2013 03:24:18 +0000 (20:24 -0700)
commite89690b015be040193a7c830625ff2d70cbf4131
tree59512d8d66cf402cd4a4ac3e9f18f372ecb53d0e
parent349cc171e62050f621607862c18da840c50c3a99
igb: display a warning message when SmartSpeed works

Current igb driver doesn't tell nothing when Link Speed is downgraded due to
SmartSpeed.  As a result, users suspect that there is something wrong with
NIC.  If the cause of it is SmartSpeed, there is no means to replace NIC. This
patch make igb notify users that SmartSpeed worked.

Signed-off-by: Koki Sanagi <sanagi.koki@jp.fujitsu.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/igb_main.c