Merge branch 'qdisc-ingress-success'
authorDavid S. Miller <davem@davemloft.net>
Wed, 19 Oct 2022 13:04:36 +0000 (14:04 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Oct 2022 13:04:36 +0000 (14:04 +0100)
Paul Blakey says:

====================
net: Fix return value of qdisc ingress handling on success

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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge