Re: [PATCH net v4] net: mvpp2: fix the phylink mode validation

2018-12-19 Thread David Miller
From: Antoine Tenart Date: Wed, 19 Dec 2018 18:00:12 +0100 > The mvpp2_phylink_validate() sets all modes that are supported by a > given PPv2 port. An mistake made the 1baseT_Full mode being > advertised in some cases when a port wasn't configured to perform at > 10G. This patch fixes this.

[PATCH net v4] net: mvpp2: fix the phylink mode validation

2018-12-19 Thread Antoine Tenart
The mvpp2_phylink_validate() sets all modes that are supported by a given PPv2 port. An mistake made the 1baseT_Full mode being advertised in some cases when a port wasn't configured to perform at 10G. This patch fixes this. Fixes: d97c9f4ab000 ("net: mvpp2: 1000baseX support") Reported-by: