rtl93xx: dsa: Fix 802.1QinQ for trunk ports
authorHarshal Gohel <hg@simonwunderlich.de>
Wed, 3 Jan 2024 14:53:47 +0000 (15:53 +0100)
committerSander Vanheule <sander@svanheule.net>
Tue, 9 Jan 2024 20:19:41 +0000 (21:19 +0100)
commitda495c477d9018d59b1f6deb128cc8372d16df16
tree255b769bc6c7d6f38725cfd1e422b35f687af47a
parentfe01435b6933756f4a916e4bccc409a88e3fcc56
rtl93xx: dsa: Fix 802.1QinQ for trunk ports

Fix incorrect register value being set for VLAN_PORT_FWD

Before, the 0b1111 would be set for the register which means outgoing
packets would receive an extra tag, corresponding to the PVID of the
port.

On untagged ports, this meant outgoing packets with a single tag.

On tagged ports, this meant outgoing QinQ packets, where the inner tag
was either the PVID of the untagged ingress port, or the already
assigned original (single) tag.

Acked-by: Simon Wunderlich <sw@simonwunderlich.de>
Signed-off-by: Harshal Gohel <hg@simonwunderlich.de>
target/linux/realtek/files-5.15/drivers/net/dsa/rtl83xx/rtl930x.c
target/linux/realtek/files-5.15/drivers/net/dsa/rtl83xx/rtl931x.c