commit | 955bcb6ea0df0d9ace89ac475405f1295ced5962 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Jul 09 22:55:46 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 09 14:38:50 2019 -0700 |
tree | 87f4ec27a73d992423c2c7388100cace5ed6eeb7 | |
parent | 59094b1e5094c7e50a3d2912202fd30b6a1dadf8 [diff] |
drivers: net: use flow block API This patch updates flow_block_cb_setup_simple() to use the flow block API. Several drivers are also adjusted to use it. This patch introduces the per-driver list of flow blocks to account for blocks that are already in use. Remove tc_block_offload alias. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>