net: dsa: mt7530: Fix traffic flooding for MMIO devices
authorLorenzo Bianconi <lorenzo@kernel.org>
Tue, 4 Mar 2025 08:50:23 +0000 (09:50 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 6 Mar 2025 03:16:24 +0000 (19:16 -0800)
commitccc2f5a436fbb0ae1fb598932a9b8e48423c1959
treefb4a256819d2cb2fd12192309f062396c58cc751
parent3c9231ea6497dfc50ac0ef69fff484da27d0df66
net: dsa: mt7530: Fix traffic flooding for MMIO devices

On MMIO devices (e.g. MT7988 or EN7581) unicast traffic received on lanX
port is flooded on all other user ports if the DSA switch is configured
without VLAN support since PORT_MATRIX in PCR regs contains all user
ports. Similar to MDIO devices (e.g. MT7530 and MT7531) fix the issue
defining default VLAN-ID 0 for MT7530 MMIO devices.

Fixes: 110c18bfed414 ("net: dsa: mt7530: introduce driver for MT7988 built-in switch")
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Reviewed-by: Chester A. Unal <chester.a.unal@arinc9.com>
Link: https://patch.msgid.link/20250304-mt7988-flooding-fix-v1-1-905523ae83e9@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/dsa/mt7530.c