]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ixgbe: fix x550em 10G NIC link status
authorGuinan Sun <guinanx.sun@intel.com>
Thu, 9 Jul 2020 08:00:30 +0000 (08:00 +0000)
committerKevin Bowling <kbowling@FreeBSD.org>
Tue, 7 Sep 2021 02:22:12 +0000 (19:22 -0700)
commit8e9f1b239dc00a2375af87c48321f85a1e37c14e
tree60c3a5880666e4befc9036dbc9c43e6a341a559a
parent96ef6eb3ae9d622906fb838c82ede3074f864cdc
ixgbe: 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.

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>
Approved by: imp
Obtained from: DPDK (fb03b51da940f1d56d701776fd85a0dfc1ace098)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D31621
sys/dev/ixgbe/ixgbe_x550.c