]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ixgbe: wait longer for link after fiber MAC setup
authorMatthew Smith <mgsmith@netgate.com>
Mon, 16 Jul 2018 16:36:04 +0000 (11:36 -0500)
committerKevin Bowling <kbowling@FreeBSD.org>
Tue, 7 Sep 2021 02:22:12 +0000 (19:22 -0700)
commitaaa3af802f90d93fdffb99100fe56f0bc3dda119
tree59cd69aa8a667b0e0e4f0b78b43fae2f11377173
parent31a23e3eb5314a6b5929e980a0810803adfaad1f
ixgbe: wait longer for link after fiber MAC setup

After setting up the link on a fiber port, the maximum wait time for
the link to come up is 500 ms in ixgbe_setup_mac_link_multispeed_fiber().
On an x550 SFP+ port, this is often not sufficiently long for the link
to come up. This can result in never being able to retrieve accurate
link status for the port using rte_eth_link_get_nowait().

Increase the maximum wait time in ixgbe_setup_mac_link_multispeed_fiber()
to 1 s.

Signed-off-by: Matthew Smith <mgsmith@netgate.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
Approved by: imp
Obtained from: DPDK (64f1c8539c8ce99214b9eb1fb728a2c6745f3300)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D31621
sys/dev/ixgbe/ixgbe_common.c