From: Paul Blakey <paulb@nvidia.com>
To: Daniel Borkmann <daniel@iogearbox.net>,
Paul Blakey <paulb@nvidia.com>, Vlad Buslov <vladbu@nvidia.com>,
Oz Shlomo <ozsh@nvidia.com>, Roi Dayan <roid@nvidia.com>,
<netdev@vger.kernel.org>, Saeed Mahameed <saeedm@nvidia.com>
Cc: Eric Dumazet <edumazet@google.com>,
"David S. Miller" <davem@davemloft.net>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>
Subject: [PATCH net v2 0/2] net: Fix return value of qdisc ingress handling on success
Date: Sun, 25 Sep 2022 11:14:20 +0300 [thread overview]
Message-ID: <1664093662-32069-1-git-send-email-paulb@nvidia.com> (raw)
Fix patch + self-test with the currently broken scenario.
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 | 3 +
.../net/test_ingress_egress_chaining.sh | 81 +++++++++++++++++++
2 files changed, 84 insertions(+)
create mode 100644 tools/testing/selftests/net/test_ingress_egress_chaining.sh
--
2.30.1
next reply other threads:[~2022-09-25 8:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-25 8:14 Paul Blakey [this message]
2022-09-25 8:14 ` [PATCH net v2 1/2] net: Fix return value of qdisc ingress handling on success Paul Blakey
2022-09-25 18:00 ` Cong Wang
2022-09-28 7:55 ` Paul Blakey
2022-10-01 20:19 ` Cong Wang
2022-10-01 20:33 ` Cong Wang
2022-10-02 9:30 ` Paul Blakey
2022-09-25 8:14 ` [PATCH net v2 2/2] selftests: add selftest for chaining of tc ingress handling to egress Paul Blakey
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1664093662-32069-1-git-send-email-paulb@nvidia.com \
--to=paulb@nvidia.com \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=ozsh@nvidia.com \
--cc=pabeni@redhat.com \
--cc=roid@nvidia.com \
--cc=saeedm@nvidia.com \
--cc=vladbu@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).