netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v3 0/2] net: Fix return value of qdisc ingress handling on success
@ 2022-10-02 10:24 Paul Blakey
  2022-10-02 10:24 ` [PATCH net v3 1/2] " Paul Blakey
  2022-10-02 10:24 ` [PATCH net v3 2/2] selftests: add selftest for chaining of tc ingress handling to egress Paul Blakey
  0 siblings, 2 replies; 6+ messages in thread
From: Paul Blakey @ 2022-10-02 10:24 UTC (permalink / raw)
  To: Daniel Borkmann, Paul Blakey, Vlad Buslov, Oz Shlomo, Roi Dayan,
	netdev, Saeed Mahameed
  Cc: Eric Dumazet, David S. Miller, Jakub Kicinski, Paolo Abeni

Fix patch + self-test with the currently broken scenario.

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 +
 .../net/test_ingress_egress_chaining.sh       | 81 +++++++++++++++++++
 2 files changed, 85 insertions(+)
 create mode 100644 tools/testing/selftests/net/test_ingress_egress_chaining.sh

-- 
2.30.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-10-12  8:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-02 10:24 [PATCH net v3 0/2] net: Fix return value of qdisc ingress handling on success Paul Blakey
2022-10-02 10:24 ` [PATCH net v3 1/2] " Paul Blakey
2022-10-02 10:24 ` [PATCH net v3 2/2] selftests: add selftest for chaining of tc ingress handling to egress Paul Blakey
2022-10-04  9:36   ` Paolo Abeni
2022-10-12  8:12     ` Paul Blakey
2022-10-04  9:40   ` Paolo Abeni

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).