mbox series

[net-next,v3,0/2] Fix changing DSA conduit

Message ID 20240605133329.6304-1-kabel@kernel.org (mailing list archive)
Headers show
Series Fix changing DSA conduit | expand

Message

Marek BehĂșn June 5, 2024, 1:33 p.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 10, 2024, 12:50 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Wed,  5 Jun 2024 15:33:27 +0200 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/2] net: dsa: deduplicate code adding / deleting the port address to fdb
    https://git.kernel.org/netdev/net-next/c/77f7541248fc
  - [net-next,v3,2/2] net: dsa: update the unicast MAC address when changing conduit
    https://git.kernel.org/netdev/net-next/c/eef8e906aea2

You are awesome, thank you!