netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/2] Fix changing DSA conduit
@ 2024-06-05 13:33 Marek Behún
  2024-06-05 13:33 ` [PATCH net-next v3 1/2] net: dsa: deduplicate code adding / deleting the port address to fdb Marek Behún
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Marek Behún @ 2024-06-05 13:33 UTC (permalink / raw)
  To: netdev, Andrew Lunn, Florian Fainelli, Vladimir Oltean; +Cc: Marek Behún

This series fixes an issue in the DSA code related to host interface UC
address installed into port FDB and port conduit address database when
live-changing port conduit.

The first patch refactores/deduplicates the installation/uninstallation
of the interface's MAC address and the second patch fixes the issue.

Cover letter for v1 and v2:
  https://patchwork.kernel.org/project/netdevbpf/cover/20240429163627.16031-1-kabel@kernel.org/
  https://patchwork.kernel.org/project/netdevbpf/cover/20240502122922.28139-1-kabel@kernel.org/

Marek Behún (2):
  net: dsa: deduplicate code adding / deleting the port address to fdb
  net: dsa: update the unicast MAC address when changing conduit

 net/dsa/port.c | 40 +++++++++++++++++++++
 net/dsa/user.c | 97 ++++++++++++++++++++++++--------------------------
 net/dsa/user.h |  2 ++
 3 files changed, 89 insertions(+), 50 deletions(-)

-- 
2.43.2


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

end of thread, other threads:[~2024-06-10 12:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-05 13:33 [PATCH net-next v3 0/2] Fix changing DSA conduit Marek Behún
2024-06-05 13:33 ` [PATCH net-next v3 1/2] net: dsa: deduplicate code adding / deleting the port address to fdb Marek Behún
2024-06-05 14:15   ` Vladimir Oltean
2024-06-05 13:33 ` [PATCH net-next v3 2/2] net: dsa: update the unicast MAC address when changing conduit Marek Behún
2024-06-10 12:50 ` [PATCH net-next v3 0/2] Fix changing DSA conduit patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).