[patch iproute2] tc: implement filter block sharing to ingress and clsact qdiscs

2017-12-23 Thread Jiri Pirko
From: Jiri Pirko Signed-off-by: Jiri Pirko --- include/uapi/linux/pkt_sched.h | 11 + tc/q_clsact.c | 56 ++ tc/q_ingress.c | 32 +--- 3 files changed, 91 insertions(+), 8 deletions(-) diff --g

Re: [patch iproute2] tc: implement filter block sharing to ingress and clsact qdiscs

2017-12-17 Thread Jiri Pirko
Sat, Dec 16, 2017 at 07:12:51PM CET, step...@networkplumber.org wrote: >On Wed, 13 Dec 2017 16:13:57 +0100 >Jiri Pirko wrote: > >> From: Jiri Pirko >> >> Signed-off-by: Jiri Pirko > >This needs to wait until block sharing makes it into net-next upstream. Sure. I like to send the userspace patc

Re: [patch iproute2] tc: implement filter block sharing to ingress and clsact qdiscs

2017-12-16 Thread Stephen Hemminger
On Wed, 13 Dec 2017 16:13:57 +0100 Jiri Pirko wrote: > From: Jiri Pirko > > Signed-off-by: Jiri Pirko This needs to wait until block sharing makes it into net-next upstream.

[patch iproute2] tc: implement filter block sharing to ingress and clsact qdiscs

2017-12-13 Thread Jiri Pirko
From: Jiri Pirko Signed-off-by: Jiri Pirko --- include/uapi/linux/pkt_sched.h | 11 + tc/q_clsact.c | 56 ++ tc/q_ingress.c | 32 +--- 3 files changed, 91 insertions(+), 8 deletions(-) diff --g