Re: [PATCH v2 net-next 08/13] net: mscc: ocelot: disable flow control on NPI interface

2020-05-30 Thread Florian Fainelli
On 5/30/2020 4:51 AM, Vladimir Oltean wrote: > From: Vladimir Oltean > > The Ocelot switches do not support flow control on Ethernet interfaces > where a DSA tag must be added. If pause frames are enabled, they will be > encapsulated in the DSA tag just like regular frames, and the DSA master

[PATCH v2 net-next 08/13] net: mscc: ocelot: disable flow control on NPI interface

2020-05-30 Thread Vladimir Oltean
From: Vladimir Oltean The Ocelot switches do not support flow control on Ethernet interfaces where a DSA tag must be added. If pause frames are enabled, they will be encapsulated in the DSA tag just like regular frames, and the DSA master will not recognize them. Signed-off-by: Vladimir Oltean