Re: [ovs-dev] [PATCH v3] datapath: Fix build errors for 4.9.172+ kernels

2019-06-07 Thread Ben Pfaff
On Fri, May 24, 2019 at 01:32:42PM -0700, Yi-Hung Wei wrote: > On Fri, May 24, 2019 at 11:24 AM Yifeng Sun wrote: > > > > 4.9.172+ kernel backported upstream patch 70b095c843266 > > ("ipv6: remove dependency of nf_defrag_ipv6 on ipv6 module") > > and this caused compilation errors of OVS kernel

Re: [ovs-dev] [PATCH v3] datapath: Fix build errors for 4.9.172+ kernels

2019-05-24 Thread Yi-Hung Wei
On Fri, May 24, 2019 at 11:24 AM Yifeng Sun wrote: > > 4.9.172+ kernel backported upstream patch 70b095c843266 > ("ipv6: remove dependency of nf_defrag_ipv6 on ipv6 module") > and this caused compilation errors of OVS kernel module. > > This patch fixes it by checking and using new functions >

[ovs-dev] [PATCH v3] datapath: Fix build errors for 4.9.172+ kernels

2019-05-24 Thread Yifeng Sun
4.9.172+ kernel backported upstream patch 70b095c843266 ("ipv6: remove dependency of nf_defrag_ipv6 on ipv6 module") and this caused compilation errors of OVS kernel module. This patch fixes it by checking and using new functions introduced by the upstream patch. Travis tests passed at