Re: [PATCH net-next 3/4] net: dsa: mv88e6xxx: check hardware VLAN in use

2016-02-13 Thread Sergei Shtylyov
On 02/13/2016 10:53 PM, Vivien Didelot wrote: The DSA drivers now have access to the VLAN prepare phase and the bridge net_device. It is easier to check for overlapping bridges from within the driver. Thus add such check in mv88e6xxx_port_vlan_prepare. Signed-off-by: Vivien Didelot --- driv

Re: [PATCH net-next 3/4] net: dsa: mv88e6xxx: check hardware VLAN in use

2016-02-13 Thread Vivien Didelot
Hi Sergei, Sergei Shtylyov writes: > Hello. > > On 2/12/2016 8:09 PM, Vivien Didelot wrote: > >> The DSA drivers now have access to the VLAN prepare phase and the bridge >> net_device. It is easier to check for overlapping bridges from within >> the driver. Thus add such check in mv88e6xxx_port_

Re: [PATCH net-next 3/4] net: dsa: mv88e6xxx: check hardware VLAN in use

2016-02-13 Thread Sergei Shtylyov
Hello. On 2/12/2016 8:09 PM, Vivien Didelot wrote: The DSA drivers now have access to the VLAN prepare phase and the bridge net_device. It is easier to check for overlapping bridges from within the driver. Thus add such check in mv88e6xxx_port_vlan_prepare. Signed-off-by: Vivien Didelot ---

[PATCH net-next 3/4] net: dsa: mv88e6xxx: check hardware VLAN in use

2016-02-12 Thread Vivien Didelot
The DSA drivers now have access to the VLAN prepare phase and the bridge net_device. It is easier to check for overlapping bridges from within the driver. Thus add such check in mv88e6xxx_port_vlan_prepare. Signed-off-by: Vivien Didelot --- drivers/net/dsa/mv88e6xxx.c | 64 ++