This is one more refactoring patch set for the Linux bridge, where more
logic that is specific to switchdev is moved into br_switchdev.c, which
is compiled out when CONFIG_NET_SWITCHDEV is disabled.
Vladimir Oltean (5):
net: bridge: provide shim definition for br_vlan_flags
net: bridge: move br_vlan_replay to br_switchdev.c
net: bridge: split out the switchdev portion of br_mdb_notify
net: bridge: mdb: move all switchdev logic to br_switchdev.c
net: bridge: switchdev: consistent function naming
net/bridge/br_mdb.c | 238 +-----------------------
net/bridge/br_private.h | 28 ++-
net/bridge/br_switchdev.c | 371 ++++++++++++++++++++++++++++++++++++--
net/bridge/br_vlan.c | 84 ---------
4 files changed, 372 insertions(+), 349 deletions(-)
--
2.25.1