mbox series

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

Message ID 1664706272-10164-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. 2, 2022, 10:24 a.m. UTC
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