]> 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)
commit58ef707f094977b014ce23a55f2cf03f2158640a
tree0fd5ae99c518aecc961cbc56d2405f904f0f7cab
parentb241fedb53e7c9a54440e954b5202c097d3ed9ed
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