mbox series

[net,v4,0/2] net: Fix return value of qdisc ingress handling on success

Message ID 1665563053-29263-1-git-send-email-paulb@nvidia.com (mailing list archive)
Headers show
Series net: Fix return value of qdisc ingress handling on success | expand

Message

Paul Blakey Oct. 12, 2022, 8:24 a.m. UTC
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