net/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)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 11 Oct 2018 16:53:48 +0000 (18:53 +0200)
commit64f1c8539c8ce99214b9eb1fb728a2c6745f3300
tree105df05a0469e9bbe2f24bdf6a8596735942fe98
parent12aa64d1f63d0e8014fbc8cae6210f31330bcede
net/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.

Bugzilla ID: 69
Fixes: f3430431abaf ("ixgbe/base: add SFP+ dual-speed support")
Cc: stable@dpdk.org
Signed-off-by: Matthew Smith <mgsmith@netgate.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/ixgbe/base/ixgbe_common.c