Re: [net PATCH v2 1/1] net sched actions: policer missing timestamp processing

2016-05-24 Thread David Miller
From: Jamal Hadi Salim Date: Mon, 23 May 2016 21:07:20 -0400 > From: Jamal Hadi Salim > > Policer was not dumping or updating timestamps > > Signed-off-by: Jamal Hadi Salim Applied.

Re: [net PATCH v2 1/1] net sched actions: policer missing timestamp processing

2016-05-23 Thread Cong Wang
On Mon, May 23, 2016 at 6:07 PM, Jamal Hadi Salim wrote: > From: Jamal Hadi Salim > > Policer was not dumping or updating timestamps > > Signed-off-by: Jamal Hadi Salim Acked-by: Cong Wang Thanks.

[net PATCH v2 1/1] net sched actions: policer missing timestamp processing

2016-05-23 Thread Jamal Hadi Salim
From: Jamal Hadi Salim Policer was not dumping or updating timestamps Signed-off-by: Jamal Hadi Salim --- include/uapi/linux/pkt_cls.h | 4 +++- net/sched/act_police.c | 11 +++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git