Re: [Patch net-next] net_sched: remove internal use of TC_POLICE_*

2016-06-15 Thread David Miller
From: Cong Wang Date: Mon, 13 Jun 2016 10:47:43 -0700 > These should be gone when we removed CONFIG_NET_CLS_POLICE. > We can not totally remove them since they are exposed > to userspace. > > Cc: Jamal Hadi Salim > Signed-off-by: Cong Wang Applied.

Re: [Patch net-next] net_sched: remove internal use of TC_POLICE_*

2016-06-13 Thread Jamal Hadi Salim
On 16-06-13 01:47 PM, Cong Wang wrote: These should be gone when we removed CONFIG_NET_CLS_POLICE. We can not totally remove them since they are exposed to userspace. Cc: Jamal Hadi Salim Signed-off-by: Cong Wang Acked-by: Jamal Hadi Salim

[Patch net-next] net_sched: remove internal use of TC_POLICE_*

2016-06-13 Thread Cong Wang
These should be gone when we removed CONFIG_NET_CLS_POLICE. We can not totally remove them since they are exposed to userspace. Cc: Jamal Hadi Salim Signed-off-by: Cong Wang --- net/sched/act_ipt.c | 2 +- net/sched/sch_atm.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --gi