lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 26 Dec 2019 09:46:51 +0800 From: wenxu <wenxu@...oud.cn> To: David Miller <davem@...emloft.net> Cc: netdev@...r.kernel.org Subject: Re: [PATCH net-next 0/5] netfilter: add indr block setup in nf_flow_table_offload 在 2019/12/25 17:48, wenxu@...oud.cn 写道: > From: wenxu <wenxu@...oud.cn> > > This patch provide tunnel offload in nf_flow_table_offload based on > route lwtunnel. > The first patch add TC_SETP_FT type in flow_indr_block_call. > The next two patches add support indr callback setup in flowtable offload. > The last two patches add tunnel match and action offload. Hi David, This series modify the net/core/flow_offload.c and net/sched/cls_api.c files. This series maybe be suit for net-next tree but not nf-next tree? BR wenxu > > > wenxu (5): > flow_offload: add TC_SETP_FT type in flow_indr_block_call > 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 > > include/net/flow_offload.h | 3 +- > net/core/flow_offload.c | 6 +- > net/netfilter/nf_flow_table_offload.c | 253 +++++++++++++++++++++++++++++++--- > net/netfilter/nf_tables_offload.c | 2 +- > net/sched/cls_api.c | 2 +- > 5 files changed, 243 insertions(+), 23 deletions(-) >
Powered by blists - more mailing lists