]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit15fe061546fed05a19bd5dad9253fb6ee9e68936
tree67d719b98183550b617379886e0c0aa2ffff0236
parente1e1c50af5a59da39e1e3ee4dd6e631304c67e9c
parentf96b3f5ccaa81a93f2aefcf2427d07a7670507d9
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>