Re: [RFC PATCH net-next 02/13] net: dsa: Store vlan_filtering as a property of dsa_port
From: Andrew Lunn <andrew@lunn.ch>
Date: 2019-03-24 20:34:14
From: Andrew Lunn <andrew@lunn.ch>
Date: 2019-03-24 20:34:14
On Sun, Mar 24, 2019 at 05:23:35AM +0200, Vladimir Oltean wrote:
This allows drivers to query the VLAN setting imposed by the bridge driver directly from DSA, instead of keeping their own state based on the .port_vlan_filtering callback.
Hi Vladimir It would be good to modify the mt7530 driver to make use of this new member. Andrew