Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Add DSA tag handling for KS8995
@ 2026-01-07 12:57 Linus Walleij
  2026-01-07 12:57 ` [PATCH net-next 1/2] net: dsa: tag_ks8995: Add the KS8995 tag handling Linus Walleij
  2026-01-07 12:57 ` [PATCH net-next 2/2] net: dsa: ks8995: Add DSA tagging to KS8995 Linus Walleij
  0 siblings, 2 replies; 6+ messages in thread
From: Linus Walleij @ 2026-01-07 12:57 UTC (permalink / raw)
  To: Andrew Lunn, Vladimir Oltean, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman
  Cc: netdev, Linus Walleij

The KS8995 switch supports DSA tagging.

The sibling devices KSZ8864 and KSZ8795 does not support
special DSA tags, so the patch series makes sure we only
enable these tags specifically on the KS8995.

Tested on the Actiontec MI424WR rev D router.

Signed-off-by: Linus Walleij <linusw@kernel.org>
---
Linus Walleij (2):
      net: dsa: tag_ks8995: Add the KS8995 tag handling
      net: dsa: ks8995: Add DSA tagging to KS8995

 MAINTAINERS              |   8 ++++
 drivers/net/dsa/Kconfig  |   1 +
 drivers/net/dsa/ks8995.c |  87 +++++++++++++++++++++++++++++++++++-
 include/net/dsa.h        |   2 +
 net/dsa/Kconfig          |   6 +++
 net/dsa/Makefile         |   1 +
 net/dsa/tag_ks8995.c     | 114 +++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 217 insertions(+), 2 deletions(-)
---
base-commit: d48eae8baa8db1cff42c69aaedd87af43f4ca36b
change-id: 20251215-ks8995-dsa-tagging-e1898c3cc4ff

Best regards,
-- 
Linus Walleij <linusw@kernel.org>


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-01-12 21:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-07 12:57 [PATCH net-next 0/2] Add DSA tag handling for KS8995 Linus Walleij
2026-01-07 12:57 ` [PATCH net-next 1/2] net: dsa: tag_ks8995: Add the KS8995 tag handling Linus Walleij
2026-01-07 16:01   ` Andrew Lunn
2026-01-12 21:07   ` Vladimir Oltean
2026-01-07 12:57 ` [PATCH net-next 2/2] net: dsa: ks8995: Add DSA tagging to KS8995 Linus Walleij
2026-01-12 21:31   ` Vladimir Oltean

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox