]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: add selftest for chaining of tc ingress handling to egress
authorPaul Blakey <paulb@nvidia.com>
Tue, 18 Oct 2022 07:34:39 +0000 (10:34 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Oct 2022 13:04:36 +0000 (14:04 +0100)
commit271af2b30618bf054faf040530cf932ed00d505f
treecdb037f5c481254bb1f306e9bef5085a194b0e45
parentbd0035b0473ac7f34fbeaf17d07334c3eb36eb84
selftests: add selftest for chaining of tc ingress handling to egress

This test runs a simple ingress tc setup between two veth pairs,
then adds a egress->ingress rule to test the chaining of tc ingress
pipeline to tc egress piepline.

Signed-off-by: Paul Blakey <paulb@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/Makefile
tools/testing/selftests/net/test_ingress_egress_chaining.sh [new file with mode: 0644]