netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] net: dsa: simplify switchdev prepare phase
@ 2017-11-30 16:23 Vivien Didelot
  2017-11-30 16:23 ` [PATCH net-next 1/4] net: dsa: remove trans argument from vlan ops Vivien Didelot
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Vivien Didelot @ 2017-11-30 16:23 UTC (permalink / raw)
  To: netdev
  Cc: linux-kernel, kernel, David S. Miller, Florian Fainelli,
	Andrew Lunn, Vivien Didelot

This patch series brings no functional changes.

It removes the unused switchdev_trans arguments from the dsa_switch_ops
for both MDB and VLAN operations, and provides functions to prepare and
add these objects for a given bitmap of ports.

Vivien Didelot (4):
  net: dsa: remove trans argument from vlan ops
  net: dsa: remove trans argument from mdb ops
  net: dsa: add switch vlan bitmap functions
  net: dsa: add switch mdb bitmap functions

 drivers/net/dsa/b53/b53_common.c       |  6 +--
 drivers/net/dsa/b53/b53_priv.h         |  6 +--
 drivers/net/dsa/dsa_loop.c             |  9 ++--
 drivers/net/dsa/lan9303-core.c         |  6 +--
 drivers/net/dsa/microchip/ksz_common.c | 12 ++---
 drivers/net/dsa/mv88e6xxx/chip.c       | 12 ++---
 include/net/dsa.h                      | 20 +++----
 net/dsa/switch.c                       | 97 +++++++++++++++++++++++-----------
 8 files changed, 93 insertions(+), 75 deletions(-)

-- 
2.15.0

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

end of thread, other threads:[~2017-12-03  2:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-30 16:23 [PATCH net-next 0/4] net: dsa: simplify switchdev prepare phase Vivien Didelot
2017-11-30 16:23 ` [PATCH net-next 1/4] net: dsa: remove trans argument from vlan ops Vivien Didelot
2017-11-30 16:23 ` [PATCH net-next 2/4] net: dsa: remove trans argument from mdb ops Vivien Didelot
2017-11-30 16:23 ` [PATCH net-next 3/4] net: dsa: add switch vlan bitmap functions Vivien Didelot
2017-11-30 16:24 ` [PATCH net-next 4/4] net: dsa: add switch mdb " Vivien Didelot
2017-12-03  2:19 ` [PATCH net-next 0/4] net: dsa: simplify switchdev prepare phase David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).