public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: dsa: finer bridging control
@ 2016-03-13 20:21 Vivien Didelot
  2016-03-13 20:21 ` [PATCH net-next 1/3] net: dsa: rename port_*_bridge routines Vivien Didelot
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Vivien Didelot @ 2016-03-13 20:21 UTC (permalink / raw)
  To: netdev
  Cc: linux-kernel, kernel, David S. Miller, Florian Fainelli,
	Andrew Lunn, Jiri Pirko, Ido Schimmel, Kevin Smith,
	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 Didelot (3):
  net: dsa: rename port_*_bridge routines
  net: dsa: make port_bridge_leave return void
  net: dsa: refine netdev event notifier

Tested-by: Andrew Lunn <andrew@lunn.ch> 

 Documentation/networking/dsa/dsa.txt |  4 +--
 drivers/net/dsa/bcm_sf2.c            |  8 ++---
 drivers/net/dsa/mv88e6171.c          |  4 +--
 drivers/net/dsa/mv88e6352.c          |  4 +--
 drivers/net/dsa/mv88e6xxx.c          | 28 +++++----------
 drivers/net/dsa/mv88e6xxx.h          |  2 +-
 include/net/dsa.h                    |  4 +--
 net/dsa/slave.c                      | 67 +++++++++++++++++++-----------------
 8 files changed, 56 insertions(+), 65 deletions(-)

-- 
2.7.2

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-03-14 20:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-13 20:21 [PATCH net-next 0/3] net: dsa: finer bridging control Vivien Didelot
2016-03-13 20:21 ` [PATCH net-next 1/3] net: dsa: rename port_*_bridge routines Vivien Didelot
2016-03-13 20:56   ` Jiri Pirko
2016-03-13 20:21 ` [PATCH net-next 2/3] net: dsa: make port_bridge_leave return void Vivien Didelot
2016-03-13 20:56   ` Jiri Pirko
2016-03-13 20:21 ` [PATCH net-next 3/3] net: dsa: refine netdev event notifier Vivien Didelot
2016-03-13 20:57   ` Jiri Pirko
2016-03-14  8:10   ` Ido Schimmel
2016-03-14 20:05 ` [PATCH net-next 0/3] net: dsa: finer bridging control David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox