]> 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)
commit47ff5fa812eadf9c783a6b3b1aae415eb92e943e
tree67d719b98183550b617379886e0c0aa2ffff0236
parentbf2326de7817241f2ac5ba1c00266fcb61534117
parent76bf806093e421c630ff0b275643a5e8fd6407ab
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>