Re: [PATCH] net: dsa: add support for switchdev VLAN objects

2015-06-24 Thread David Miller
From: Vivien Didelot Date: Tue, 23 Jun 2015 13:18:49 -0400 > This patch adds the glue between DSA and switchdev operations to add, > delete and dump SWITCHDEV_OBJ_PORT_VLAN objects. > > This is a first step to link the "bridge vlan" command with hardware > entries for DSA compatible switch chips

Re: [PATCH] net: dsa: add support for switchdev VLAN objects

2015-06-24 Thread Jiri Pirko
Tue, Jun 23, 2015 at 07:18:49PM CEST, vivien.dide...@savoirfairelinux.com wrote: >This patch adds the glue between DSA and switchdev operations to add, >delete and dump SWITCHDEV_OBJ_PORT_VLAN objects. > >This is a first step to link the "bridge vlan" command with hardware >entries for DSA compatib

Re: [PATCH] net: dsa: add support for switchdev VLAN objects

2015-06-23 Thread Scott Feldman
On Tue, Jun 23, 2015 at 10:18 AM, Vivien Didelot wrote: > This patch adds the glue between DSA and switchdev operations to add, > delete and dump SWITCHDEV_OBJ_PORT_VLAN objects. > > This is a first step to link the "bridge vlan" command with hardware > entries for DSA compatible switch chips. > >

[PATCH] net: dsa: add support for switchdev VLAN objects

2015-06-23 Thread Vivien Didelot
This patch adds the glue between DSA and switchdev operations to add, delete and dump SWITCHDEV_OBJ_PORT_VLAN objects. This is a first step to link the "bridge vlan" command with hardware entries for DSA compatible switch chips. Signed-off-by: Vivien Didelot --- include/net/dsa.h | 9 n