Re: [PATCH] net: dsa: use switchdev obj for VLAN add/del ops

2015-11-01 Thread Vivien Didelot
Hi David, On Nov. Sunday 01 (44) 03:56 PM, David Miller wrote: > From: Vivien Didelot > Date: Sun, 1 Nov 2015 12:33:55 -0500 > > > Simplify DSA by pushing the switchdev objects for VLAN add and delete > > operations down to its drivers. Currently only mv88e6xxx is affected. > > > > Signed-off-

Re: [PATCH] net: dsa: use switchdev obj for VLAN add/del ops

2015-11-01 Thread David Miller
From: Vivien Didelot Date: Sun, 1 Nov 2015 12:33:55 -0500 > Simplify DSA by pushing the switchdev objects for VLAN add and delete > operations down to its drivers. Currently only mv88e6xxx is affected. > > Signed-off-by: Vivien Didelot > --- > v2: make _mv88e6xxx_port_vlan_del static as spotte

[PATCH] net: dsa: use switchdev obj for VLAN add/del ops

2015-11-01 Thread Vivien Didelot
Simplify DSA by pushing the switchdev objects for VLAN add and delete operations down to its drivers. Currently only mv88e6xxx is affected. Signed-off-by: Vivien Didelot --- v2: make _mv88e6xxx_port_vlan_del static as spotted by the kbuild robot. drivers/net/dsa/mv88e6171.c | 2 +- drivers/ne