On Fri, Nov 15, 2019 at 08:03:26PM +0800, wenxu@xxxxxxxxx wrote: > 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 Could you provide a configuration script for this tunnel setup? Thanks. > This patch is based on > http://patchwork.ozlabs.org/patch/1194247/ > http://patchwork.ozlabs.org/patch/1195539/ > > wenxu (4): > netfilter: nf_flow_table_offload: refactor nf_flow_table_offload_setup > to support indir setup > netfilter: nf_flow_table_offload: add indr block setup support > netfilter: nf_flow_table_offload: add tunnel match offload support > netfilter: nf_flow_table_offload: add tunnel encap/decap action > offload support > > net/netfilter/nf_flow_table_offload.c | 240 +++++++++++++++++++++++++++++++--- > 1 file changed, 223 insertions(+), 17 deletions(-) > > -- > 1.8.3.1 >