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

2016-05-17 Thread Jamal Hadi Salim
On 16-05-15 05:28 PM, Daniel Borkmann wrote: Follow-up for 8a3a4c6e7b34 ("net: make sch_handle_ingress() drop monitor ready") to also make the egress side drop monitor ready. Also here only TC_ACT_SHOT is a clear indication that something went wrong. Hence don't provide false positives to drop m

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

2016-05-16 Thread David Miller
From: Daniel Borkmann Date: Sun, 15 May 2016 23:28:29 +0200 > Follow-up for 8a3a4c6e7b34 ("net: make sch_handle_ingress() drop > monitor ready") to also make the egress side drop monitor ready. > > Also here only TC_ACT_SHOT is a clear indication that something > went wrong. Hence don't provide

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

2016-05-15 Thread Alexei Starovoitov
On Sun, May 15, 2016 at 11:28:29PM +0200, Daniel Borkmann wrote: > Follow-up for 8a3a4c6e7b34 ("net: make sch_handle_ingress() drop > monitor ready") to also make the egress side drop monitor ready. > > Also here only TC_ACT_SHOT is a clear indication that something > went wrong. Hence don't provi

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

2016-05-15 Thread Daniel Borkmann
Follow-up for 8a3a4c6e7b34 ("net: make sch_handle_ingress() drop monitor ready") to also make the egress side drop monitor ready. Also here only TC_ACT_SHOT is a clear indication that something went wrong. Hence don't provide false positives to drop monitors such as 'perf record -e skb:kfree_skb .