[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1665563053-29263-1-git-send-email-paulb@nvidia.com>
Date: Wed, 12 Oct 2022 11:24:11 +0300
From: Paul Blakey <paulb@...dia.com>
To: Daniel Borkmann <daniel@...earbox.net>,
Paul Blakey <paulb@...dia.com>,
Vlad Buslov <vladbu@...dia.com>, Oz Shlomo <ozsh@...dia.com>,
Roi Dayan <roid@...dia.com>, <netdev@...r.kernel.org>,
Saeed Mahameed <saeedm@...dia.com>
CC: Eric Dumazet <edumazet@...gle.com>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Subject: [PATCH net v4 0/2] net: Fix return value of qdisc ingress handling on success
Fix patch + self-test with the currently broken scenario.
v3->v4:
Updated self-test to not use iperf, and use diff ips
v2->v3:
Added DROP return to TC_ACT_SHOT case (Cong).
v1->v2:
Changed blamed commit
Added self-test
Paul Blakey (2):
net: Fix return value of qdisc ingress handling on success
selftests: add selftest for chaining of tc ingress handling to egress
net/core/dev.c | 4 +
tools/testing/selftests/net/Makefile | 1 +
.../net/test_ingress_egress_chaining.sh | 81 +++++++++++++++++++
3 files changed, 86 insertions(+)
create mode 100644 tools/testing/selftests/net/test_ingress_egress_chaining.sh
--
2.30.1
Powered by blists - more mailing lists