]> git.proxmox.com Git - mirror_ubuntu-hirsute-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)
commit51ab2994c387c80b45caf8b8067b3f3b97771d25
tree6ed2fadf04c747d344692e2d22b5406306e60e82
parentd47a6b0e7c492a4ba4524d557db388e34fd0a47a
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