]> git.baikalelectronics.ru Git - kernel.git/commit
net: make sch_handle_ingress() drop monitor ready
authorEric Dumazet <edumazet@google.com>
Fri, 6 May 2016 22:55:50 +0000 (15:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 May 2016 03:53:22 +0000 (23:53 -0400)
commit606a80b076e333abccaa9f426007bd9e4367a8c9
treec3c42700cd2a4b4efe06aa4dea83c886b00ad4fc
parent754bbd4a823563aa354c82f0ac9bbc01531df3ce
net: make sch_handle_ingress() drop monitor ready

TC_ACT_STOLEN is used when ingress traffic is mirred/redirected
to say ifb.

Packet is not dropped, but consumed.

Only TC_ACT_SHOT is a clear indication something went wrong.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c