Re: [PATCH net] net: mvpp2: Don't check for 3 consecutive Idle frames for 10G links

2019-07-22 Thread David Miller
From: Maxime Chevallier Date: Fri, 19 Jul 2019 16:38:48 +0200 > PPv2's XLGMAC can wait for 3 idle frames before triggering a link up > event. This can cause the link to be stuck low when there's traffic on > the interface, so disable this feature. > > Fixes: 4bb043262878 ("net: mvpp2: phylink su

[PATCH net] net: mvpp2: Don't check for 3 consecutive Idle frames for 10G links

2019-07-19 Thread Maxime Chevallier
PPv2's XLGMAC can wait for 3 idle frames before triggering a link up event. This can cause the link to be stuck low when there's traffic on the interface, so disable this feature. Fixes: 4bb043262878 ("net: mvpp2: phylink support") Signed-off-by: Maxime Chevallier --- drivers/net/ethernet/marvel