selftests: mlxsw: spectrum-2: Add a test for VxLAN flooding with IPv6
authorAmit Cohen <amcohen@nvidia.com>
Thu, 23 Dec 2021 07:30:00 +0000 (09:30 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Dec 2021 11:24:01 +0000 (11:24 +0000)
commitd01724dd2a66087ac6b3c4b45e25d475be7dd2f4
tree7b0ba5627593231b8569813c0779ca2f5b6ad0c9
parent7ae23eddfa3e5c1d1892c19a50cfe52b4af300cf
selftests: mlxsw: spectrum-2: Add a test for VxLAN flooding with IPv6

The device stores flood records in a singly linked list where each
record stores up to X IP addresses of remote VTEPs.

The number of records is changed according to ASIC type and address
family.

Add a test which is similar to the existing IPv4 test to check IPv6.
The test is dedicated for Spectrum-2 and above, which support up to four
IPv6 addresses in one record.

The test verifies that packets are correctly flooded in various cases such
as deletion of a record in the middle of the list.

Signed-off-by: Amit Cohen <amcohen@nvidia.com>
Reviewed-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/drivers/net/mlxsw/spectrum-2/vxlan_flooding_ipv6.sh [new file with mode: 0755]