diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2024-07-14 00:16:14 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-07-15 16:55:15 +0300 |
commit | e3386ec4ec9083522c36ab0ddfc638c90395c741 (patch) | |
tree | 73d089f9265560ffbabbe85746521386397e0701 /net | |
parent | 6c87e1a4792804efce8ab3dfdb6e9ada314ec6dd (diff) | |
download | linux-e3386ec4ec9083522c36ab0ddfc638c90395c741.tar.xz |
net: dsa: vsc73xx: Implement the tag_8021q VLAN operations
This patch is a simple implementation of 802.1q tagging in the vsc73xx
driver. Currently, devices with DSA_TAG_PROTO_NONE are not functional.
The VSC73XX family doesn't provide any tag support for external Ethernet
ports.
The only option available is VLAN-based tagging, which requires constant
hardware VLAN filtering. While the VSC73XX family supports provider
bridging, it only supports QinQ without full implementation of 802.1AD.
This means it only allows the doubled 0x8100 TPID.
In the simple port mode, QinQ is enabled to preserve forwarding of
VLAN-tagged frames.
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Link: https://patch.msgid.link/20240713211620.1125910-9-paweldembicki@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions