Re: [PATCH net-next 0/3] net: dsa: finer bridging control

2016-03-14 Thread David Miller
From: Vivien Didelot Date: Sun, 13 Mar 2016 16:21:31 -0400 > This patchset renames the bridging routines of the DSA layer, make the > unbridging routine return void, and rework the DSA netdev notifier handler, > similar to what the Mellanox Spectrum driver does. > > Changes RFC -> v1: > - drop

[PATCH net-next 0/3] net: dsa: finer bridging control

2016-03-13 Thread Vivien Didelot
This patchset renames the bridging routines of the DSA layer, make the unbridging routine return void, and rework the DSA netdev notifier handler, similar to what the Mellanox Spectrum driver does. Changes RFC -> v1: - drop unused NETDEV_PRECHANGEUPPER case - add Andrew's Tested-by tag Vivien

Re: [RFC PATCH net-next 0/3] net: dsa: finer bridging control

2016-03-13 Thread Vivien Didelot
Hi Andrew, Andrew Lunn writes: > On Sun, Mar 13, 2016 at 01:42:23AM -0500, Vivien Didelot wrote: >> This patchset renames the bridging routines of the DSA layer, make the >> unbridging routine return void, and rework the DSA netdev notifier handler, >> similar to what the Mellanox Spectrum drive

Re: [RFC PATCH net-next 0/3] net: dsa: finer bridging control

2016-03-13 Thread Andrew Lunn
On Sun, Mar 13, 2016 at 01:42:23AM -0500, Vivien Didelot wrote: > This patchset renames the bridging routines of the DSA layer, make the > unbridging routine return void, and rework the DSA netdev notifier handler, > similar to what the Mellanox Spectrum driver does. Tested-by: Andrew Lunn Do yo

Re: [RFC PATCH net-next 0/3] net: dsa: finer bridging control

2016-03-12 Thread Vivien Didelot
Hi David, Vivien Didelot writes: > This patchset renames the bridging routines of the DSA layer, make the > unbridging routine return void, and rework the DSA netdev notifier handler, > similar to what the Mellanox Spectrum driver does. This is not an RFC, but a normal patchset. I badly reused

[RFC PATCH net-next 0/3] net: dsa: finer bridging control

2016-03-12 Thread Vivien Didelot
This patchset renames the bridging routines of the DSA layer, make the unbridging routine return void, and rework the DSA netdev notifier handler, similar to what the Mellanox Spectrum driver does. Vivien Didelot (3): net: dsa: rename port_*_bridge routines net: dsa: make port_bridge_leave ret