在 2019/11/19 6:03, Pablo Neira Ayuso 写道: > On Sat, Nov 16, 2019 at 03:49:20PM +0800, wenxu@xxxxxxxxx wrote: >> From: wenxu <wenxu@xxxxxxxxx> >> >> This series add NFT_TUNNEL_IPV4/6_SRC/DST match and tunnel expr offload. > Thanks. Please, let me revamp a new patch series for the > encapsulation/decapsulation support to make sure those are mixing well > with your tunnel matching support. Pablo, any update for this series? > >> wenxu (4): >> netfilter: nft_tunnel: add nft_tunnel_mode_match function >> netfilter: nft_tunnel: support NFT_TUNNEL_IPV4_SRC/DST match >> netfilter: nft_tunnel: support NFT_TUNNEL_IPV6_SRC/DST match >> netfilter: nft_tunnel: add nft_tunnel_get_offload support >> >> include/net/netfilter/nf_tables_offload.h | 5 ++ >> include/uapi/linux/netfilter/nf_tables.h | 4 + >> net/netfilter/nft_tunnel.c | 138 +++++++++++++++++++++++++++--- >> 3 files changed, 134 insertions(+), 13 deletions(-) >> >> -- >> 1.8.3.1 >>