Merge branch 'flow_offload-add-indr-block-in-nf_table_offload'
authorDavid S. Miller <davem@davemloft.net>
Fri, 9 Aug 2019 01:44:31 +0000 (18:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Aug 2019 01:44:31 +0000 (18:44 -0700)
commit2339ef1cf32744713ba56cd44ab75b0969fd79e1
treeb822e2d85a81320c74e07d2d8bf41455817dabae
parent61552d2ce861ac3a560ba88e7d0d6f0339f25fcb
parent9a32669fecfb484a1f78fe48d0e42a5efccb0675
Merge branch 'flow_offload-add-indr-block-in-nf_table_offload'

wenxu says:

====================
flow_offload: add indr-block in nf_table_offload

This series patch make nftables offload support the vlan and
tunnel device offload through indr-block architecture.

The first four patches mv tc indr block to flow offload and
rename to flow-indr-block.
Because the new flow-indr-block can't get the tcf_block
directly. The fifth patch provide a callback list to get
flow_block of each subsystem immediately when the device
register and contain a block.
The last patch make nf_tables_offload support flow-indr-block.

This version add a mutex lock for add/del flow_indr_block_ing_cb
====================

Signed-off-by: David S. Miller <davem@davemloft.net>