From: wenxu <wenxu@xxxxxxxxx> This patch provide tunnel offload based on route lwtunnel. The first two patches support indr callback setup Then add tunnel match and action offload. This version modify the second patch: make the dev can bind with different flowtable and check the NF_FLOWTABLE_HW_OFFLOAD flags in nf_flow_table_indr_block_cb_cmd. wenxu (4): netfilter: flowtable: add nf_flow_table_block_offload_init() netfilter: flowtable: add indr block setup support netfilter: flowtable: add tunnel match offload support netfilter: flowtable: add tunnel encap/decap action offload support net/netfilter/nf_flow_table_offload.c | 233 ++++++++++++++++++++++++++++++++-- 1 file changed, 219 insertions(+), 14 deletions(-) -- 1.8.3.1