Re: [ovs-dev] [PATCHv2] datapath: Add support for kernel 4.19.x and 4.20.x

2019-04-16 Thread Yifeng Sun
Thanks Yi-Hung! I will look at it and come up with a new version. Yifeng On Mon, Apr 15, 2019 at 5:39 PM Yi-Hung Wei wrote: > > On Fri, Apr 12, 2019 at 10:23 AM Yifeng Sun wrote: > > > > This patch introduces changes needed by OVS to support latest > > Linux kernels (4.19.x and 4.20.x). Recent k

Re: [ovs-dev] [PATCHv2] datapath: Add support for kernel 4.19.x and 4.20.x

2019-04-15 Thread Yi-Hung Wei
On Fri, Apr 12, 2019 at 10:23 AM Yifeng Sun wrote: > > This patch introduces changes needed by OVS to support latest > Linux kernels (4.19.x and 4.20.x). Recent kernels changed many > APIs that are being used by OVS. One major change is that > struct nf_conntrack_l3proto became invisible outside o

[ovs-dev] [PATCHv2] datapath: Add support for kernel 4.19.x and 4.20.x

2019-04-12 Thread Yifeng Sun
This patch introduces changes needed by OVS to support latest Linux kernels (4.19.x and 4.20.x). Recent kernels changed many APIs that are being used by OVS. One major change is that struct nf_conntrack_l3proto became invisible outside of kernel, so get_l4proto function is added in file compact/nf_