]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: use flow block API
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 9 Jul 2019 20:55:45 +0000 (22:55 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Jul 2019 21:38:50 +0000 (14:38 -0700)
commit1d978efbb5b6049507d38a183e59692b0a85bc3a
treefd5cb245326da378d0a351b18e7fece4801561ad
parent87390df4d77fa451e2d9c3ab86475e4a2e1e6729
net: sched: use flow block API

This patch adds tcf_block_setup() which uses the flow block API.

This infrastructure takes the flow block callbacks coming from the
driver and register/unregister to/from the cls_api core.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_api.c