Merge branch 'add-tests-for-vxlan-with-ipv6-underlay'
authorJakub Kicinski <kuba@kernel.org>
Thu, 23 Dec 2021 01:14:44 +0000 (17:14 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 23 Dec 2021 01:14:45 +0000 (17:14 -0800)
commite087cba11677217bf100888bc679d3013abffa5e
tree67d719b98183550b617379886e0c0aa2ffff0236
parent5de24da1b3a5ffc121a36a7dfcebc76ef6b0d351
parentbf0a8b9bf2c3e36923982943b26919467c281199
Merge branch 'add-tests-for-vxlan-with-ipv6-underlay'

Amit Cohen says:

====================
Add tests for VxLAN with IPv6 underlay

mlxsw driver lately added support for VxLAN with IPv6 underlay.
This set adds the relevant tests for IPv6, most of them are same to
IPv4 tests with the required changes.

Patch set overview:
Patch #1 relaxes requirements for offloading TC filters that
match on 802.1q fields. The following selftests make use of these
newly-relaxed filters.
Patch #2 adds preparation as part of selftests API, which will be used
later.
Patches #3-#4 add tests for VxLAN with bridge aware and unaware.
Patche #5 cleans unused function.
Patches #6-#7 add tests for VxLAN symmetric and asymmetric.
Patch #8 adds test for Q-in-VNI.
====================

Link: https://lore.kernel.org/r/20211221144949.2527545-1-amcohen@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>