Merge branch 'simplify-migration-of-host-filtered-addresses-in-felix-driver'
authorJakub Kicinski <kuba@kernel.org>
Sat, 7 May 2022 04:00:15 +0000 (21:00 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 7 May 2022 04:00:15 +0000 (21:00 -0700)
commit8fc0b6992a06998404321f26a57ea54522659b64
tree64882d226006e96d1ac3c1fb6e53b34bf166cae7
parent0a02e282bad4dad455553fc2b9268cf1d003f132
parentfe5233b0ba0d2216d549f93e4540542b99b97642
Merge branch 'simplify-migration-of-host-filtered-addresses-in-felix-driver'

Vladimir Oltean says:

====================
Simplify migration of host filtered addresses in Felix driver

The purpose of this patch set is to remove the functions
dsa_port_walk_fdbs() and dsa_port_walk_mdbs() from the DSA core, which
were introduced when the Felix driver gained support for unicast
filtering on standalone ports. They get called when changing the tagging
protocol back and forth between "ocelot" and "ocelot-8021q".
I did not realize we could get away without having them.

The patch set was regression-tested using the local_termination.sh
selftest using both tagging protocols.
====================

Link: https://lore.kernel.org/r/20220505162213.307684-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>