]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: push ops lookup bits into tcf_proto_lookup_ops()
authorJiri Pirko <jiri@mellanox.com>
Mon, 23 Jul 2018 07:23:04 +0000 (09:23 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Jul 2018 03:44:12 +0000 (20:44 -0700)
commit9e4a65b6661ca108208dd6ad3f259e8beacffedc
tree0fd5ae99c518aecc961cbc56d2405f904f0f7cab
parent666d2bc26a0f837e598c50b28b2d18a76fe7dff6
net: sched: push ops lookup bits into tcf_proto_lookup_ops()

Push all bits that take care of ops lookup, including module loading
outside tcf_proto_create() function, into tcf_proto_lookup_ops()

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