Re: [PATCH net] be2net: fix link failure after ethtool offline test

2019-06-19 Thread Ivan Vecera
On Wed, 19 Jun 2019 13:52:31 +0200 Petr Oros wrote: > Certain cards in conjunction with certain switches need a little more > time for link setup that results in ethtool link test failure after > offline test. Patch adds a loop that waits for a link setup finish. > > Signed-off-by: Petr Oros M

[PATCH net] be2net: fix link failure after ethtool offline test

2019-06-19 Thread Petr Oros
Certain cards in conjunction with certain switches need a little more time for link setup that results in ethtool link test failure after offline test. Patch adds a loop that waits for a link setup finish. Signed-off-by: Petr Oros --- .../net/ethernet/emulex/benet/be_ethtool.c| 28 ++