> -----Original Message----- > From: Intel-wired-lan [mailto:intel-wired-lan-boun...@osuosl.org] On > Behalf Of Josh Elsasser > Sent: Saturday, November 24, 2018 12:58 PM > To: intel-wired-...@lists.osuosl.org > Cc: netdev@vger.kernel.org; David S. Miller <da...@davemloft.net>; Josh > Elsasser <jelsas...@appneta.com>; linux-ker...@vger.kernel.org > Subject: [Intel-wired-lan] [PATCH net] 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: 6a14ee0cfb19 ("ixgbe: Add X550 support function pointers") > Signed-off-by: Josh Elsasser <jelsas...@appneta.com> > --- > drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-)
Tested-by: Andrew Bowers <andrewx.bow...@intel.com>