]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - net/sched/cls_api.c
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)
commitf34e8bff58f071e1a3452a5a6e29dac218c83f69
tree0fd5ae99c518aecc961cbc56d2405f904f0f7cab
parentd3585edf8749e151760fc914912a4fee5aa1a2ac
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