]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: allow ingress and clsact qdiscs to share filter blocks
authorJiri Pirko <jiri@mellanox.com>
Wed, 17 Jan 2018 10:46:53 +0000 (11:46 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Jan 2018 19:53:57 +0000 (14:53 -0500)
commit4a85b74160ed4c0eb3a6a1313649aa9b75fff2fd
tree6ed2fadf04c747d344692e2d22b5406306e60e82
parent2b04c04f5c06df00b9f58cf069c25ba73ebe7546
net: sched: allow ingress and clsact qdiscs to share filter blocks

Benefit from the previously introduced shared filter blocks
infrastructure and allow ingress and clsact qdisc instances to share
filter blocks. The block index is coming from userspace as qdisc option.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Acked-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_ingress.c