Re: [ovs-dev] [PATCH 00/13] Remove conntrack backport version checks

2016-02-02 Thread Joe Stringer
On 29 January 2016 at 15:54, pravin shelar wrote: > On Mon, Jan 11, 2016 at 5:53 PM, Joe Stringer wrote: >> Broadly, for the conntrack and ip_fragment backport in the OVS tree, we have >> until now depended on a macro to include the entire backport based on kernel >> version. Any kernel that the

Re: [ovs-dev] [PATCH 00/13] Remove conntrack backport version checks

2016-01-29 Thread pravin shelar
On Mon, Jan 11, 2016 at 5:53 PM, Joe Stringer wrote: > Broadly, for the conntrack and ip_fragment backport in the OVS tree, we have > until now depended on a macro to include the entire backport based on kernel > version. Any kernel that the backport is compiled against from version v3.10 > up >

[ovs-dev] [PATCH 00/13] Remove conntrack backport version checks

2016-01-11 Thread Joe Stringer
Broadly, for the conntrack and ip_fragment backport in the OVS tree, we have until now depended on a macro to include the entire backport based on kernel version. Any kernel that the backport is compiled against from version v3.10 up to v4.3 ends up using the backported version of all functions, ra