mbox series

[PATCHv4,net,0/2] bonding: fix ns targets not work on hardware NIC

Message ID 20241111101650.27685-1-liuhangbin@gmail.com (mailing list archive)
Headers show
Series bonding: fix ns targets not work on hardware NIC | expand

Message

Hangbin Liu Nov. 11, 2024, 10:16 a.m. UTC
The first patch fixed ns targets not work on hardware NIC when bonding
set arp_validate.

The second patch add a related selftest for bonding.

v4: Thanks Nikolay for the comments:
    use bond_slave_ns_maddrs_{add/del} with clear name
    fix comments typos
    remove _slave_set_ns_maddrs underscore directly
    update bond_option_arp_validate_set() change logic
v3: use ndisc_mc_map to convert the mcast mac address (Jay Vosburgh)
v2: only add/del mcast group on backup slaves when arp_validate is set (Jay Vosburgh)
    arp_validate doesn't support 3ad, tlb, alb. So let's only do it on ab mode.

Hangbin Liu (2):
  bonding: add ns target multicast address to slave device
  selftests: bonding: add ns multicast group testing

 drivers/net/bonding/bond_main.c               | 16 +++-
 drivers/net/bonding/bond_options.c            | 82 ++++++++++++++++++-
 include/net/bond_options.h                    |  2 +
 .../drivers/net/bonding/bond_options.sh       | 54 +++++++++++-
 4 files changed, 151 insertions(+), 3 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 14, 2024, 10:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Mon, 11 Nov 2024 10:16:48 +0000 you wrote:
> The first patch fixed ns targets not work on hardware NIC when bonding
> set arp_validate.
> 
> The second patch add a related selftest for bonding.
> 
> v4: Thanks Nikolay for the comments:
>     use bond_slave_ns_maddrs_{add/del} with clear name
>     fix comments typos
>     remove _slave_set_ns_maddrs underscore directly
>     update bond_option_arp_validate_set() change logic
> v3: use ndisc_mc_map to convert the mcast mac address (Jay Vosburgh)
> v2: only add/del mcast group on backup slaves when arp_validate is set (Jay Vosburgh)
>     arp_validate doesn't support 3ad, tlb, alb. So let's only do it on ab mode.
> 
> [...]

Here is the summary with links:
  - [PATCHv4,net,1/2] bonding: add ns target multicast address to slave device
    https://git.kernel.org/netdev/net/c/8eb36164d1a6
  - [PATCHv4,net,2/2] selftests: bonding: add ns multicast group testing
    https://git.kernel.org/netdev/net/c/86fb6173d11e

You are awesome, thank you!