net/ixgbe: ensure link status is updated
authorLaurent Hardy <laurent.hardy@6wind.com>
Thu, 27 Apr 2017 15:03:42 +0000 (17:03 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 28 Apr 2017 12:46:19 +0000 (14:46 +0200)
commitc12d22f65b132c56db7b4fdbfd5ddce27d1e9572
tree485d1440747b8e809e7e5c6b83f88dbc885bce33
parent210903803f6e0c31f398b26fe337eb5a729ca72b
net/ixgbe: ensure link status is updated

In case of fiber and link speed set to 1Gb at peer side (with autoneg
or with defined speed), link status could be not properly updated at
time cable is plugged-in.
Indeed if cable was not plugged when device has been configured and
started then link status will not be updated properly with new speed
as no link setup will be triggered.

To avoid this issue, IXGBE_FLAG_NEED_LINK_CONFIG is set to try a link
setup each time link_update() is triggered and current link status is
down. When cable is plugged-in, link setup will be performed via
ixgbe_setup_link().

Signed-off-by: Laurent Hardy <laurent.hardy@6wind.com>
Acked-by: Wei Dai <wei.dai@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c
drivers/net/ixgbe/ixgbe_ethdev.h