Re: [ovs-dev] [PATCH 2/6] compat: Simplify inet_fragment backports.

2016-08-01 Thread Joe Stringer
On 1 August 2016 at 13:07, pravin shelar wrote: > On Mon, Aug 1, 2016 at 11:46 AM, Joe Stringer wrote: >> On 1 August 2016 at 10:21, pravin shelar wrote: >>> On Tue, Jul 12, 2016 at 3:26 PM, Joe Stringer wrote: The core fragmentation handling logic is exported on all supported kernels

Re: [ovs-dev] [PATCH 2/6] compat: Simplify inet_fragment backports.

2016-08-01 Thread Joe Stringer
On 1 August 2016 at 13:07, pravin shelar wrote: > On Mon, Aug 1, 2016 at 11:46 AM, Joe Stringer wrote: >> On 1 August 2016 at 10:21, pravin shelar wrote: >>> On Tue, Jul 12, 2016 at 3:26 PM, Joe Stringer wrote: The core fragmentation handling logic is exported on all supported kernels

Re: [ovs-dev] [PATCH 2/6] compat: Simplify inet_fragment backports.

2016-08-01 Thread pravin shelar
On Mon, Aug 1, 2016 at 11:46 AM, Joe Stringer wrote: > On 1 August 2016 at 10:21, pravin shelar wrote: >> On Tue, Jul 12, 2016 at 3:26 PM, Joe Stringer wrote: >>> The core fragmentation handling logic is exported on all supported >>> kernels, so it's not necessary to backport the latest version

Re: [ovs-dev] [PATCH 2/6] compat: Simplify inet_fragment backports.

2016-08-01 Thread Joe Stringer
On 1 August 2016 at 10:21, pravin shelar wrote: > On Tue, Jul 12, 2016 at 3:26 PM, Joe Stringer wrote: >> The core fragmentation handling logic is exported on all supported >> kernels, so it's not necessary to backport the latest version of this. >> This greatly simplifies the code due to inconsi

Re: [ovs-dev] [PATCH 2/6] compat: Simplify inet_fragment backports.

2016-08-01 Thread pravin shelar
On Tue, Jul 12, 2016 at 3:26 PM, Joe Stringer wrote: > The core fragmentation handling logic is exported on all supported > kernels, so it's not necessary to backport the latest version of this. > This greatly simplifies the code due to inconsistencies between the old > per-lookup garbage collecti

[ovs-dev] [PATCH 2/6] compat: Simplify inet_fragment backports.

2016-07-12 Thread Joe Stringer
The core fragmentation handling logic is exported on all supported kernels, so it's not necessary to backport the latest version of this. This greatly simplifies the code due to inconsistencies between the old per-lookup garbage collection and the newer workqueue based garbage collection. As a res