OSDN Git Service

Merge branch 'dsa-simplify-switchdev-prepare-phase'
authorDavid S. Miller <davem@davemloft.net>
Sun, 3 Dec 2017 02:18:57 +0000 (21:18 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Dec 2017 02:18:57 +0000 (21:18 -0500)
commit5420683ae3d2b986f04efa99a7afd2d57e092004
tree934469e8b3fe39d8d5e6c743384ccb1d8a9788a7
parent183dea5818315c0a172d21ecbcd2554894bf01e3
parente6db98db8a9595f8001958e489ff07ed97a15a54
Merge branch 'dsa-simplify-switchdev-prepare-phase'

Vivien Didelot says:

====================
net: dsa: simplify switchdev prepare phase

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>