]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Add support for reporting 2.5G link speed
authorMark Rustad <mark.d.rustad@intel.com>
Fri, 10 Jul 2015 21:19:22 +0000 (14:19 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 2 Sep 2015 00:15:20 +0000 (17:15 -0700)
commitffb4c7f79b3bb01ce9fba3b19d945d820a535e5b
tree7104f3ea0aa916ec4ec55fc7565a1ddffcf4409a
parent0b1212affe511c2375625646f31cab988e93f99e
ixgbe: Add support for reporting 2.5G link speed

Now that we can do 2.5G link speed, we need to be able to report it.
Also change the nested triadic involved in creating the log message
to instead use a simpler switch statement to set a string pointer.

Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c