Re: [ovs-dev] [PATCH 3/3] datapath: Add support for 4.3 kernel.

2015-09-25 Thread Pravin Shelar
On Thu, Sep 24, 2015 at 9:01 PM, Pravin Shelar wrote: > On Thu, Sep 24, 2015 at 8:37 PM, Jesse Gross wrote: >> On Thu, Sep 24, 2015 at 8:06 PM, Pravin Shelar wrote: >>> On Thu, Sep 24, 2015 at 7:11 PM, Jesse Gross wrote: On Thu, Sep 24, 2015 at 3:18 PM, Pravin Shelar wrote: > I am not

Re: [ovs-dev] [PATCH 3/3] datapath: Add support for 4.3 kernel.

2015-09-24 Thread Pravin Shelar
On Thu, Sep 24, 2015 at 8:37 PM, Jesse Gross wrote: > On Thu, Sep 24, 2015 at 8:06 PM, Pravin Shelar wrote: >> On Thu, Sep 24, 2015 at 7:11 PM, Jesse Gross wrote: >>> On Thu, Sep 24, 2015 at 3:18 PM, Pravin Shelar wrote: I am not targeting STT and LISP in this 4.3 patch set, Once this

Re: [ovs-dev] [PATCH 3/3] datapath: Add support for 4.3 kernel.

2015-09-24 Thread Jesse Gross
On Thu, Sep 24, 2015 at 8:06 PM, Pravin Shelar wrote: > On Thu, Sep 24, 2015 at 7:11 PM, Jesse Gross wrote: >> On Thu, Sep 24, 2015 at 3:18 PM, Pravin Shelar wrote: >>> I am not targeting STT and LISP in this 4.3 patch set, Once this >>> backport are done, I will work on these tunnel implementat

Re: [ovs-dev] [PATCH 3/3] datapath: Add support for 4.3 kernel.

2015-09-24 Thread Pravin Shelar
On Thu, Sep 24, 2015 at 7:11 PM, Jesse Gross wrote: > On Thu, Sep 24, 2015 at 3:18 PM, Pravin Shelar wrote: >> On Thu, Sep 24, 2015 at 1:18 PM, Jesse Gross wrote: >>> On Wed, Sep 23, 2015 at 8:13 PM, Pravin Shelar wrote: On Wed, Sep 23, 2015 at 5:57 PM, Jesse Gross wrote: > I understa

Re: [ovs-dev] [PATCH 3/3] datapath: Add support for 4.3 kernel.

2015-09-24 Thread Jesse Gross
On Thu, Sep 24, 2015 at 3:18 PM, Pravin Shelar wrote: > On Thu, Sep 24, 2015 at 1:18 PM, Jesse Gross wrote: >> On Wed, Sep 23, 2015 at 8:13 PM, Pravin Shelar wrote: >>> On Wed, Sep 23, 2015 at 5:57 PM, Jesse Gross wrote: I understand that why we need to re-enable the various protocol

Re: [ovs-dev] [PATCH 3/3] datapath: Add support for 4.3 kernel.

2015-09-24 Thread Pravin Shelar
On Thu, Sep 24, 2015 at 1:18 PM, Jesse Gross wrote: > On Wed, Sep 23, 2015 at 8:13 PM, Pravin Shelar wrote: >> On Wed, Sep 23, 2015 at 5:57 PM, Jesse Gross wrote: >>> I understand that why we need to re-enable the various protocol >>> modules now but is it possible to avoid all of the supporting

Re: [ovs-dev] [PATCH 3/3] datapath: Add support for 4.3 kernel.

2015-09-24 Thread Jesse Gross
On Wed, Sep 23, 2015 at 8:13 PM, Pravin Shelar wrote: > On Wed, Sep 23, 2015 at 5:57 PM, Jesse Gross wrote: >> I understand that why we need to re-enable the various protocol >> modules now but is it possible to avoid all of the supporting code? It >> seems like we should be able to continue usin

Re: [ovs-dev] [PATCH 3/3] datapath: Add support for 4.3 kernel.

2015-09-23 Thread Pravin Shelar
On Wed, Sep 23, 2015 at 5:57 PM, Jesse Gross wrote: > On Fri, Sep 18, 2015 at 3:23 PM, Pravin B Shelar wrote: >> Kernel 4.3 is not released yet, but we need this to support >> netdev based vport in out of tree ovs module. >> >> Signed-off-by: Pravin B Shelar > > Just so that we're clear, this pa

Re: [ovs-dev] [PATCH 3/3] datapath: Add support for 4.3 kernel.

2015-09-23 Thread Jesse Gross
On Fri, Sep 18, 2015 at 3:23 PM, Pravin B Shelar wrote: > Kernel 4.3 is not released yet, but we need this to support > netdev based vport in out of tree ovs module. > > Signed-off-by: Pravin B Shelar Just so that we're clear, this patch is an intermediate step so that it's easier to do incremen

[ovs-dev] [PATCH 3/3] datapath: Add support for 4.3 kernel.

2015-09-18 Thread Pravin B Shelar
Kernel 4.3 is not released yet, but we need this to support netdev based vport in out of tree ovs module. Signed-off-by: Pravin B Shelar --- FAQ.md |2 +- acinclude.m4| 11 ++- datapath/linux/compat/geneve.c

[ovs-dev] [PATCH 3/3] datapath: Add support for 4.3 kernel.

2015-09-15 Thread Pravin B Shelar
Kernel 4.3 is not released yet, but we need this to support netdev based vport in out of tree ovs module. Signed-off-by: Pravin B Shelar --- FAQ.md |2 +- acinclude.m4| 11 ++- datapath/linux/compat/geneve.c