net: sched: use extended variants of block_get/put in ingress and clsact qdiscs
authorJiri Pirko <jiri@mellanox.com>
Thu, 19 Oct 2017 13:50:30 +0000 (15:50 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Oct 2017 02:04:06 +0000 (03:04 +0100)
commit6e40cf2d4dee9dc22ff398041ce876bef8172dea
treeacc1df16328e26197603105771c7d803d133fe3b
parent8c4083b30e56fc71b0e94c26374b32d95d5ea461
net: sched: use extended variants of block_get/put in ingress and clsact qdiscs

Use previously introduced extended variants of block get and put
functions. This allows to specify a binder types specific to clsact
ingress/egress which is useful for drivers to distinguish who actually
got the block.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/pkt_cls.h
net/sched/sch_ingress.c