Re: [PATCH net-next] net: make sch_handle_ingress() drop monitor ready

2016-05-08 Thread David Miller
From: Eric Dumazet Date: Fri, 06 May 2016 15:55:50 -0700 > From: Eric Dumazet > > 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 Du

Re: [PATCH net-next] net: make sch_handle_ingress() drop monitor ready

2016-05-07 Thread Jamal Hadi Salim
On 16-05-06 06:55 PM, Eric Dumazet wrote: From: Eric Dumazet 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 Acked-by: Jamal Hadi Salim

Re: [PATCH net-next] net: make sch_handle_ingress() drop monitor ready

2016-05-06 Thread Alexei Starovoitov
On Fri, May 06, 2016 at 03:55:50PM -0700, Eric Dumazet wrote: > From: Eric Dumazet > > 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

[PATCH net-next] net: make sch_handle_ingress() drop monitor ready

2016-05-06 Thread Eric Dumazet
From: Eric Dumazet 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 Cc: Jamal Hadi Salim --- net/core/dev.c |4 +++- 1 file changed, 3