[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230625115343.1603330-8-paweldembicki@gmail.com>
Date: Sun, 25 Jun 2023 13:53:43 +0200
From: Pawel Dembicki <paweldembicki@...il.com>
To: netdev@...r.kernel.org
Cc: Pawel Dembicki <paweldembicki@...il.com>
Subject: [PATCH net-next v2 0/7] net: dsa: vsc73xx: Make vsc73xx usable
This patch series is focused on getting vsc73xx usable.
First patch was added in v2, it's switch from poll loop to
read_poll_timeout.
Second patch is simple convert to phylink, because adjust_link won't work
anymore.
Patches 3-6 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 (7):
net: dsa: vsc73xx: use read_poll_timeout instead delay loop
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 | 937 ++++++++++++++++++++-----
drivers/net/dsa/vitesse-vsc73xx.h | 2 +
include/net/dsa.h | 2 +
net/dsa/Kconfig | 6 +
net/dsa/Makefile | 1 +
net/dsa/tag_vsc73xx_8021q.c | 87 +++
7 files changed, 856 insertions(+), 181 deletions(-)
create mode 100644 net/dsa/tag_vsc73xx_8021q.c
--
2.34.1
Powered by blists - more mailing lists