OSDN Git Service

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)
commitfd602f5cb52e336d8c06f8da2d80c76ce2905030
treecdb037f5c481254bb1f306e9bef5085a194b0e45
parent672e97ef689a38cb20c2cc6a1814298fea34461e
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]