]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: recognize 1000BaseLX SFP modules as 1Gbps
authorJosh Elsasser <jelsasser@appneta.com>
Sat, 24 Nov 2018 20:57:33 +0000 (12:57 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 28 Nov 2018 16:29:49 +0000 (08:29 -0800)
commit8710546fb40d4a34e18fec341f05b03744e2c72c
tree8356060aec8411c0533f65ac2a31d98799a54f4b
parent7ef752d5c7e94100efc39d81e16c00d2acf5c118
ixgbe: recognize 1000BaseLX SFP modules as 1Gbps

Add the two 1000BaseLX enum values to the X550's check for 1Gbps modules,
allowing the core driver code to establish a link over this SFP type.

This is done by the out-of-tree driver but the fix wasn't in mainline.

Fixes: d23324eb0693 ("ixgbe: Fix 1G and 10G link stability for X550EM_x SFP+”)
Fixes: 76a4ab25d709 ("ixgbe: Add X550 support function pointers")
Signed-off-by: Josh Elsasser <jelsasser@appneta.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c