netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v4 0/2] net: Fix return value of qdisc ingress handling on success
@ 2022-10-18  7:34 Paul Blakey
  2022-10-18  7:34 ` [PATCH net v4 1/2] " Paul Blakey
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Paul Blakey @ 2022-10-18  7:34 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.

v4->v3:
  Removed new line in self test and rebase (Paolo).

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

-- 
2.30.1


^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH net v4 0/2] net: Fix return value of qdisc ingress handling on success
@ 2022-10-12  8:24 Paul Blakey
  2022-10-12  8:24 ` [PATCH net v4 1/2] " Paul Blakey
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Blakey @ 2022-10-12  8: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.

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


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

end of thread, other threads:[~2022-10-19 13:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-18  7:34 [PATCH net v4 0/2] net: Fix return value of qdisc ingress handling on success Paul Blakey
2022-10-18  7:34 ` [PATCH net v4 1/2] " Paul Blakey
2022-10-18  7:34 ` [PATCH net v4 2/2] selftests: add selftest for chaining of tc ingress handling to egress Paul Blakey
2022-10-19 13:10 ` [PATCH net v4 0/2] net: Fix return value of qdisc ingress handling on success patchwork-bot+netdevbpf
  -- strict thread matches above, loose matches on Subject: below --
2022-10-12  8:24 Paul Blakey
2022-10-12  8:24 ` [PATCH net v4 1/2] " Paul Blakey

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