[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230621191302.1405623-7-paweldembicki@gmail.com>
Date: Wed, 21 Jun 2023 21:13:03 +0200
From: Pawel Dembicki <paweldembicki@...il.com>
To: netdev@...r.kernel.org
Cc: linus.walleij@...aro.org,
Pawel Dembicki <paweldembicki@...il.com>
Subject: [PATCH net-next 0/6] net: dsa: vsc73xx: Make vsc73xx usable
This patch series is focused on getting vsc73xx usable.
First patch is simple convert to phylink, because adjust_link won't work
anymore.
Patches 2-5 are basic implementation of tag8021q funcionality with QinQ
support without vlan filtering in bridge and simple vlan aware in vlan
filtering mode.
STP frames isn't forwarded at this moment. BPDU frames are forwarded
only from to PI/SI interface. For more info see chapter
2.7.1 (CPU Forwarding) in datasheet.
Last patch fix wrong MTU configuration.
Pawel Dembicki (6):
net: dsa: vsc73xx: convert to PHYLINK
net: dsa: vsc73xx: add port_stp_state_set function
net: dsa: vsc73xx: Add dsa tagging based on 8021q
net: dsa: vsc73xx: Add bridge support
net: dsa: vsc73xx: Add vlan filtering
net: dsa: vsc73xx: fix MTU configuration
drivers/net/dsa/Kconfig | 2 +-
drivers/net/dsa/vitesse-vsc73xx-core.c | 928 ++++++++++++++++++++-----
drivers/net/dsa/vitesse-vsc73xx.h | 1 +
include/net/dsa.h | 2 +
net/dsa/Kconfig | 6 +
net/dsa/Makefile | 1 +
net/dsa/tag_vsc73xx_8021q.c | 87 +++
7 files changed, 857 insertions(+), 170 deletions(-)
create mode 100644 net/dsa/tag_vsc73xx_8021q.c
--
2.34.1
Powered by blists - more mailing lists