Re: [PATCH 3/3] net: dsa: mv88e6352: add support for port_vlan_dump

2015-06-26 Thread Vivien Didelot
Hi Andrew, On Jun 26, 2015, at 10:12 AM, Andrew Lunn and...@lunn.ch wrote: > On Tue, Jun 23, 2015 at 05:46:10PM -0400, Vivien Didelot wrote: >> Add support for dumping the VLAN Table Unit entries by pointing to the >> port_vlan_dump function implemented for mv88e6xxx. >> >> Signed-off-by:

Re: [PATCH 3/3] net: dsa: mv88e6352: add support for port_vlan_dump

2015-06-26 Thread Andrew Lunn
On Tue, Jun 23, 2015 at 05:46:10PM -0400, Vivien Didelot wrote: > Add support for dumping the VLAN Table Unit entries by pointing to the > port_vlan_dump function implemented for mv88e6xxx. > > Signed-off-by: Vivien Didelot > --- > drivers/net/dsa/mv88e6352.c | 1 + > 1 file changed, 1

Re: [PATCH 3/3] net: dsa: mv88e6352: add support for port_vlan_dump

2015-06-26 Thread Vivien Didelot
Hi Andrew, On Jun 26, 2015, at 10:12 AM, Andrew Lunn and...@lunn.ch wrote: On Tue, Jun 23, 2015 at 05:46:10PM -0400, Vivien Didelot wrote: Add support for dumping the VLAN Table Unit entries by pointing to the port_vlan_dump function implemented for mv88e6xxx. Signed-off-by: Vivien Didelot

Re: [PATCH 3/3] net: dsa: mv88e6352: add support for port_vlan_dump

2015-06-26 Thread Andrew Lunn
On Tue, Jun 23, 2015 at 05:46:10PM -0400, Vivien Didelot wrote: Add support for dumping the VLAN Table Unit entries by pointing to the port_vlan_dump function implemented for mv88e6xxx. Signed-off-by: Vivien Didelot vivien.dide...@savoirfairelinux.com --- drivers/net/dsa/mv88e6352.c | 1 +

Re: [PATCH 3/3] net: dsa: mv88e6352: add support for port_vlan_dump

2015-06-24 Thread David Miller
From: Vivien Didelot Date: Tue, 23 Jun 2015 17:46:10 -0400 > Add support for dumping the VLAN Table Unit entries by pointing to the > port_vlan_dump function implemented for mv88e6xxx. > > Signed-off-by: Vivien Didelot There is no reason to separate this from patch #2. -- To unsubscribe from

Re: [PATCH 3/3] net: dsa: mv88e6352: add support for port_vlan_dump

2015-06-24 Thread David Miller
From: Vivien Didelot vivien.dide...@savoirfairelinux.com Date: Tue, 23 Jun 2015 17:46:10 -0400 Add support for dumping the VLAN Table Unit entries by pointing to the port_vlan_dump function implemented for mv88e6xxx. Signed-off-by: Vivien Didelot vivien.dide...@savoirfairelinux.com There is

[PATCH 3/3] net: dsa: mv88e6352: add support for port_vlan_dump

2015-06-23 Thread Vivien Didelot
Add support for dumping the VLAN Table Unit entries by pointing to the port_vlan_dump function implemented for mv88e6xxx. Signed-off-by: Vivien Didelot --- drivers/net/dsa/mv88e6352.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/dsa/mv88e6352.c b/drivers/net/dsa/mv88e6352.c

[PATCH 3/3] net: dsa: mv88e6352: add support for port_vlan_dump

2015-06-23 Thread Vivien Didelot
Add support for dumping the VLAN Table Unit entries by pointing to the port_vlan_dump function implemented for mv88e6xxx. Signed-off-by: Vivien Didelot vivien.dide...@savoirfairelinux.com --- drivers/net/dsa/mv88e6352.c | 1 + 1 file changed, 1 insertion(+) diff --git