Re: [patch net-next v2 00/10] net: sched: allow qdiscs to share filter block instances

2017-11-18 Thread Jiri Pirko
Thu, Nov 16, 2017 at 12:12:47AM CET, xiyou.wangc...@gmail.com wrote: >On Sun, Nov 12, 2017 at 7:55 AM, Jiri Pirko wrote: >> From: Jiri Pirko >> >> Currently the filters added to qdiscs are independent. So for example if you >> have 2 netdevices and you create ingress qdisc on both and you want to

Re: [patch net-next v2 00/10] net: sched: allow qdiscs to share filter block instances

2017-11-15 Thread Cong Wang
On Sun, Nov 12, 2017 at 7:55 AM, Jiri Pirko wrote: > From: Jiri Pirko > > Currently the filters added to qdiscs are independent. So for example if you > have 2 netdevices and you create ingress qdisc on both and you want to add > identical filter rules both, you need to add them twice. This patch

[patch net-next v2 00/10] net: sched: allow qdiscs to share filter block instances

2017-11-12 Thread Jiri Pirko
From: Jiri Pirko Currently the filters added to qdiscs are independent. So for example if you have 2 netdevices and you create ingress qdisc on both and you want to add identical filter rules both, you need to add them twice. This patchset makes this easier and mainly saves resources allowing to