From: wenxu@xxxxxxxxx Date: Wed, 7 Aug 2019 09:13:48 +0800 > 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 Series applied, thank you.