]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitc0ba477807191d04f95057a58e08c88ad27b284c
tree59512d8d66cf402cd4a4ac3e9f18f372ecb53d0e
parentb09186d29ec1fb75f9235b1ea51699f14d1e7298
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