From: Luke Howard <lukeh@padl.com>
To: netdev@vger.kernel.org
Cc: andrew@lunn.ch, vladimir.oltean@nxp.com, kieran@sienda.com,
jcschroeder@gmail.com, max@huntershome.org,
Luke Howard <lukeh@padl.com>
Subject: [RFC net-next 0/5] net: dsa: mv88e6xxx: support for 802.1Qav
Date: Sat, 27 Sep 2025 17:07:03 +1000 [thread overview]
Message-ID: <20250927070724.734933-1-lukeh@padl.com> (raw)
Add hardware offloaded 802.1Qav support to conforming Marvell switches.
Tested with 88E6341 and 88E6352 switch chips.
Luke Howard (5):
net: dsa: mv88e6xxx: add num_tx_queues to chip info structure
net: dsa: mv88e6xxx: add MV88E6XXX_G1_ATU_CTL_MAC_AVB setter
net: dsa: mv88e6xxx: MQPRIO support
net: dsa: mv88e6xxx: CBS support
dt-bindings: net: dsa: mv88e6xxx: add mv88e6xxx-avb-mode property
.../bindings/net/dsa/marvell,mv88e6xxx.yaml | 25 +
drivers/net/dsa/mv88e6xxx/Makefile | 3 +-
drivers/net/dsa/mv88e6xxx/avb.c | 663 ++++++++++++++++++
drivers/net/dsa/mv88e6xxx/avb.h | 244 +++++++
drivers/net/dsa/mv88e6xxx/chip.c | 308 +++++++-
drivers/net/dsa/mv88e6xxx/chip.h | 81 +++
drivers/net/dsa/mv88e6xxx/global1.c | 9 +-
drivers/net/dsa/mv88e6xxx/global1.h | 47 +-
drivers/net/dsa/mv88e6xxx/global1_atu.c | 17 +
drivers/net/dsa/mv88e6xxx/global2.h | 14 +-
drivers/net/dsa/mv88e6xxx/global2_avb.c | 205 +++++-
drivers/net/dsa/mv88e6xxx/port.c | 9 +
drivers/net/dsa/mv88e6xxx/port.h | 2 +
include/linux/platform_data/mv88e6xxx.h | 1 +
14 files changed, 1607 insertions(+), 21 deletions(-)
create mode 100644 drivers/net/dsa/mv88e6xxx/avb.c
create mode 100644 drivers/net/dsa/mv88e6xxx/avb.h
--
2.43.0
next reply other threads:[~2025-09-27 7:49 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-27 7:07 Luke Howard [this message]
2025-09-27 7:07 ` [RFC net-next 1/5] net: dsa: mv88e6xxx: add num_tx_queues to chip info structure Luke Howard
2025-09-27 7:07 ` [RFC net-next 2/5] net: dsa: mv88e6xxx: add MV88E6XXX_G1_ATU_CTL_MAC_AVB setter Luke Howard
2025-09-27 14:29 ` Andrew Lunn
2025-09-27 7:07 ` [RFC net-next 3/5] net: dsa: mv88e6xxx: MQPRIO support Luke Howard
2025-09-27 15:12 ` Andrew Lunn
2025-09-27 16:00 ` Luke Howard
2025-09-27 17:36 ` Andrew Lunn
2025-09-27 18:14 ` Luke Howard
2026-05-26 7:05 ` Luke Howard
2025-09-27 7:07 ` [RFC net-next 4/5] net: dsa: mv88e6xxx: CBS support Luke Howard
2025-09-27 7:07 ` [RFC net-next 5/5] dt-bindings: net: dsa: mv88e6xxx: add mv88e6xxx-avb-mode property Luke Howard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250927070724.734933-1-lukeh@padl.com \
--to=lukeh@padl.com \
--cc=andrew@lunn.ch \
--cc=jcschroeder@gmail.com \
--cc=kieran@sienda.com \
--cc=max@huntershome.org \
--cc=netdev@vger.kernel.org \
--cc=vladimir.oltean@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox