Re: [PATCH net-next 0/9] net: dsa: mv88e6xxx: implement VLAN filtering

2016-03-01 Thread David Miller
From: Vivien Didelot Date: Fri, 26 Feb 2016 13:15:59 -0500 > This patchset fixes hardware bridging for non 802.1Q aware systems. Series applied, thanks Vivien.

[PATCH net-next 0/9] net: dsa: mv88e6xxx: implement VLAN filtering

2016-02-26 Thread Vivien Didelot
This patchset fixes hardware bridging for non 802.1Q aware systems. The mv88e6xxx DSA driver currently depends on CONFIG_VLAN_8021Q and CONFIG_BRIDGE_VLAN_FILTERING enabled for correct bridging between switch ports. Patch 1/9 adds support for the VLAN filtering switchdev attribute in DSA.