Re: [patch net] net: dsa: mv88e6xxx: Allow dsa and cpu ports in multiple vlans

2017-09-28 Thread David Miller
From: Andrew Lunn Date: Mon, 25 Sep 2017 23:32:20 +0200 > Ports with the same VLAN must all be in the same bridge. However the > CPU and DSA ports need to be in multiple VLANs spread over multiple > bridges. So exclude them when performing this test. > > Fixes: b2f81d304cee ("net: dsa: add CPU a

Re: [patch net] net: dsa: mv88e6xxx: Allow dsa and cpu ports in multiple vlans

2017-09-25 Thread Vivien Didelot
Andrew Lunn writes: > Ports with the same VLAN must all be in the same bridge. However the > CPU and DSA ports need to be in multiple VLANs spread over multiple > bridges. So exclude them when performing this test. > > Fixes: b2f81d304cee ("net: dsa: add CPU and DSA ports as VLAN members") > Sign

[patch net] net: dsa: mv88e6xxx: Allow dsa and cpu ports in multiple vlans

2017-09-25 Thread Andrew Lunn
Ports with the same VLAN must all be in the same bridge. However the CPU and DSA ports need to be in multiple VLANs spread over multiple bridges. So exclude them when performing this test. Fixes: b2f81d304cee ("net: dsa: add CPU and DSA ports as VLAN members") Signed-off-by: Andrew Lunn --- driv