Re: [ovs-dev] [PATCH 02/11] datapath: Detect upstream nf_nat change

2019-10-14 Thread Yifeng Sun
LGTM, thanks. Reviewed-by: Yifeng Sun On Mon, Oct 14, 2019 at 10:51 AM Yi-Hung Wei wrote: > > The following two upstream commits merge nf_nat_ipv4 and nf_nat_ipv6 > into nf_nat core, and move some header files around. To handle > these modifications, this patch detects the upstream changes,

[ovs-dev] [PATCH 02/11] datapath: Detect upstream nf_nat change

2019-10-14 Thread Yi-Hung Wei
The following two upstream commits merge nf_nat_ipv4 and nf_nat_ipv6 into nf_nat core, and move some header files around. To handle these modifications, this patch detects the upstream changes, uses the header files and config symbols properly. Ideally, we should replace CONFIG_NF_NAT_IPV4 and