Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: dsa: mv88e6xxx: 6141/6341 workarounds
@ 2026-07-03  6:42 Luke Howard
  2026-07-03  6:42 ` [PATCH net-next 1/2] net: dsa: mv88e6xxx: write the ATU FID register on 88E6141/88E6341 Luke Howard
  2026-07-03  6:42 ` [PATCH net-next 2/2] net: dsa: mv88e6xxx: use direct ATU hash on 88E6141/6341 Luke Howard
  0 siblings, 2 replies; 9+ messages in thread
From: Luke Howard @ 2026-07-03  6:42 UTC (permalink / raw)
  To: Vladimir Oltean, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Vivien Didelot, Gregory CLEMENT, Andrew Lunn
  Cc: Cedric Jehasse, Kieran Tyrrell, Max Holtmann, Max Hunter,
	Christoph Mellauner, Simon Gapp, netdev, linux-kernel,
	Luke Howard

This patch series addresses two issues I found with the 88E6341
switch, which likely also apply to the 88E6141 (which is the same
chip without AVB/TSN support).

The first was a genuine bug, which assumed the chip did not have
a dedicated ATU FID register (it does).

The other is an issue I noticed with hash collisions in the ATU.
I would appreciate some external testing before this commit is
reviewed, but I am including it as it was necessary for reliable
operation with multiple FIDs.

Signed-off-by: Luke Howard <lukeh@padl.com>
---
Luke Howard (2):
      net: dsa: mv88e6xxx: write the ATU FID register on 88E6141/88E6341
      net: dsa: mv88e6xxx: use direct ATU hash on 88E6141/6341

 drivers/net/dsa/mv88e6xxx/chip.c        | 14 ++++++++++++++
 drivers/net/dsa/mv88e6xxx/chip.h        |  1 +
 drivers/net/dsa/mv88e6xxx/global1.h     |  6 +++++-
 drivers/net/dsa/mv88e6xxx/global1_atu.c |  4 ++--
 4 files changed, 22 insertions(+), 3 deletions(-)
---
base-commit: 1c664ec4b9ea827b609d296921ed5bad8a40a158
change-id: 20260624-mv88e6x41-fixes-d4c84f955ebc

Best regards,
--  
Luke Howard <lukeh@padl.com>


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

end of thread, other threads:[~2026-07-03 21:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-03  6:42 [PATCH net-next 0/2] net: dsa: mv88e6xxx: 6141/6341 workarounds Luke Howard
2026-07-03  6:42 ` [PATCH net-next 1/2] net: dsa: mv88e6xxx: write the ATU FID register on 88E6141/88E6341 Luke Howard
2026-07-03 15:31   ` Andrew Lunn
2026-07-03 21:28     ` Luke Howard
2026-07-03  6:42 ` [PATCH net-next 2/2] net: dsa: mv88e6xxx: use direct ATU hash on 88E6141/6341 Luke Howard
2026-07-03 15:40   ` Andrew Lunn
2026-07-03 21:28     ` Luke Howard
2026-07-03 21:43       ` Andrew Lunn
2026-07-03 21:55         ` Luke Howard

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