]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: dsa: mt7530: remove the .port_set_mrouter implementation
authorVladimir Oltean <vladimir.oltean@nxp.com>
Fri, 6 Aug 2021 00:20:07 +0000 (03:20 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Sep 2021 08:00:44 +0000 (10:00 +0200)
commitb88acd95ce48d5e905335f2ef68d2571f2e1fab4
tree47e10a3ef332c34e05236e3a7533c8c5ca37da41
parent616eee0314cbdddf6e3b7648a083cf531856e3bb
net: dsa: mt7530: remove the .port_set_mrouter implementation

[ Upstream commit cbbf09b5771e6e9da268bc0d2fb6e428afa787bc ]

DSA's idea of optimizing out multicast flooding to the CPU port leaves
quite a few holes open, so it should be reverted.

The mt7530 driver is the only new driver which added a .port_set_mrouter
implementation after the reorg from commit a8b659e7ff75 ("net: dsa: act
as passthrough for bridge port flags"), so it needs to be reverted
separately so that the other revert commit can go a bit further down the
git history.

Fixes: 5a30833b9a16 ("net: dsa: mt7530: support MDB and bridge flag operations")
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/dsa/mt7530.c