Re: [PATCH net-next 1/1] net sched actions police: peg drop stats for conforming traffic

2016-09-19 Thread David Miller
From: Jamal Hadi Salim Date: Sun, 18 Sep 2016 07:53:08 -0400 > From: Roman Mashak > > setting conforming action to drop is a valid policy. > When it is set we need to at least see the stats indicating it > for debugging. > > Signed-off-by: Roman Mashak > Signed-off-by: Jamal Hadi Salim Appl

[PATCH net-next 1/1] net sched actions police: peg drop stats for conforming traffic

2016-09-18 Thread Jamal Hadi Salim
From: Roman Mashak setting conforming action to drop is a valid policy. When it is set we need to at least see the stats indicating it for debugging. Signed-off-by: Roman Mashak Signed-off-by: Jamal Hadi Salim --- net/sched/act_police.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ne