mbox series

[net,0/3] Fix bridge_vlan_aware.sh and bridge_vlan_unaware.sh with IFF_UNICAST_FLT

Message ID 20220703073626.937785-1-vladimir.oltean@nxp.com (mailing list archive)
Headers show
Series Fix bridge_vlan_aware.sh and bridge_vlan_unaware.sh with IFF_UNICAST_FLT | expand

Message

Vladimir Oltean July 3, 2022, 7:36 a.m. UTC
Make sure that h1 and h2 don't drop packets with a random MAC DA, which
otherwise confuses these selftests. Also, fix an incorrect error message
found during those failures.

Vladimir Oltean (3):
  selftests: forwarding: fix flood_unicast_test when h2 supports
    IFF_UNICAST_FLT
  selftests: forwarding: fix learning_test when h1 supports
    IFF_UNICAST_FLT
  selftests: forwarding: fix error message in learning_test

 tools/testing/selftests/net/forwarding/lib.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 5, 2022, 10 a.m. UTC | #1
Hello:

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

On Sun,  3 Jul 2022 10:36:23 +0300 you wrote:
> Make sure that h1 and h2 don't drop packets with a random MAC DA, which
> otherwise confuses these selftests. Also, fix an incorrect error message
> found during those failures.
> 
> Vladimir Oltean (3):
>   selftests: forwarding: fix flood_unicast_test when h2 supports
>     IFF_UNICAST_FLT
>   selftests: forwarding: fix learning_test when h1 supports
>     IFF_UNICAST_FLT
>   selftests: forwarding: fix error message in learning_test
> 
> [...]

Here is the summary with links:
  - [net,1/3] selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLT
    https://git.kernel.org/netdev/net/c/b8e629b05f5d
  - [net,2/3] selftests: forwarding: fix learning_test when h1 supports IFF_UNICAST_FLT
    https://git.kernel.org/netdev/net/c/1a635d3e1c80
  - [net,3/3] selftests: forwarding: fix error message in learning_test
    https://git.kernel.org/netdev/net/c/83844aacab20

You are awesome, thank you!