mbox series

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

Message ID 1666078479-11437-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. 18, 2022, 7:34 a.m. UTC
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

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 19, 2022, 1:10 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Tue, 18 Oct 2022 10:34:37 +0300 you wrote:
> 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).
> 
> [...]

Here is the summary with links:
  - [net,v4,1/2] net: Fix return value of qdisc ingress handling on success
    https://git.kernel.org/netdev/net/c/672e97ef689a
  - [net,v4,2/2] selftests: add selftest for chaining of tc ingress handling to egress
    https://git.kernel.org/netdev/net/c/fd602f5cb52e

You are awesome, thank you!