Re: [PATCH net 0/2] net: dsa: Avoid VLAN config corruption

2021-03-05 Thread Vladimir Oltean
On Sat, Mar 06, 2021 at 01:24:53AM +0100, Tobias Waldekranz wrote: > The story here is basically: > > 1. Bridge port attributes should not be offloaded if an intermediate >stacked device (a LAG) is not offloaded. (5696c8aedfcc) > > 2. (1) broke VLAN filtering events from being processed by DS

[PATCH net 0/2] net: dsa: Avoid VLAN config corruption

2021-03-05 Thread Tobias Waldekranz
The story here is basically: 1. Bridge port attributes should not be offloaded if an intermediate stacked device (a LAG) is not offloaded. (5696c8aedfcc) 2. (1) broke VLAN filtering events from being processed by DSA, we must accept that orig_dev can be the bridge itself. (99b8202b179f) 3.