net/ixgbe/base: fix x550em 10G NIC link status
authorGuinan Sun <guinanx.sun@intel.com>
Thu, 9 Jul 2020 08:00:30 +0000 (08:00 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Sat, 11 Jul 2020 04:18:53 +0000 (06:18 +0200)
commitfb03b51da940f1d56d701776fd85a0dfc1ace098
treee4f731e459f4cdc3d6188f4340ebc296b6435bcf
parent03b09c71c0c6c516ce05cad8e8aa75e8b9e14fba
net/ixgbe/base: fix x550em 10G NIC link status

With the NVM image for x550em XFI will not report
the auto-negotiation feature correctly. The auto-negotiation
should be "No" for supports and advertised items.
At the same time update speed makes it support 1G and 10G.

Fixes: 833df43399e7 ("net/ixgbe/base: add SGMII link for X550")
Cc: stable@dpdk.org
Signed-off-by: Piotr Skajewski <piotrx.skajewski@intel.com>
Signed-off-by: Guinan Sun <guinanx.sun@intel.com>
Reviewed-by: Wei Zhao <wei.zhao1@intel.com>
drivers/net/ixgbe/base/ixgbe_x550.c