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

2015-09-23 Thread Pravin Shelar
On Wed, Sep 23, 2015 at 2:13 PM, Jesse Gross wrote: > On Tue, Sep 22, 2015 at 7:40 PM, Pravin Shelar wrote: >> On Tue, Sep 22, 2015 at 7:21 PM, Jesse Gross wrote: >>> On Fri, Sep 18, 2015 at 3:23 PM, Pravin B Shelar wrote: diff --git a/datapath/linux/compat/include/linux/net.h b/data

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

2015-09-23 Thread Jesse Gross
On Tue, Sep 22, 2015 at 7:40 PM, Pravin Shelar wrote: > On Tue, Sep 22, 2015 at 7:21 PM, Jesse Gross wrote: >> On Fri, Sep 18, 2015 at 3:23 PM, Pravin B Shelar wrote: >>> diff --git a/datapath/linux/compat/include/linux/net.h >>> b/datapath/linux/compat/include/linux/net.h >>> index 9c94745..2a

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

2015-09-22 Thread Pravin Shelar
On Tue, Sep 22, 2015 at 7:21 PM, Jesse Gross wrote: > On Fri, Sep 18, 2015 at 3:23 PM, Pravin B Shelar wrote: >> diff --git a/datapath/linux/compat/include/linux/net.h >> b/datapath/linux/compat/include/linux/net.h >> index 9c94745..2a6903d 100644 >> --- a/datapath/linux/compat/include/linux/net

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

2015-09-22 Thread Jesse Gross
On Fri, Sep 18, 2015 at 3:23 PM, Pravin B Shelar wrote: > diff --git a/datapath/linux/compat/include/linux/net.h > b/datapath/linux/compat/include/linux/net.h > index 9c94745..2a6903d 100644 > --- a/datapath/linux/compat/include/linux/net.h > +++ b/datapath/linux/compat/include/linux/net.h [...]

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

2015-09-18 Thread Pravin B Shelar
Signed-off-by: Pravin B Shelar --- .travis.yml|2 +- FAQ.md |2 +- acinclude.m4 |7 - datapath/linux/Modules.mk |1 + datapath/linux/compat/geneve.c |

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

2015-09-18 Thread Pravin Shelar
On Thu, Sep 17, 2015 at 5:49 PM, Jesse Gross wrote: > On Thu, Sep 17, 2015 at 2:49 PM, Pravin Shelar wrote: >> On Thu, Sep 17, 2015 at 11:58 AM, Pravin Shelar wrote: >>> On Wed, Sep 16, 2015 at 3:00 PM, Jesse Gross wrote: On Tue, Sep 15, 2015 at 11:09 AM, Pravin B Shelar wrote:

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

2015-09-17 Thread Jesse Gross
On Thu, Sep 17, 2015 at 2:49 PM, Pravin Shelar wrote: > On Thu, Sep 17, 2015 at 11:58 AM, Pravin Shelar wrote: >> On Wed, Sep 16, 2015 at 3:00 PM, Jesse Gross wrote: >>> On Tue, Sep 15, 2015 at 11:09 AM, Pravin B Shelar >>> wrote: Signed-off-by: Pravin B Shelar >>> >>> What about this co

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

2015-09-17 Thread Pravin Shelar
On Thu, Sep 17, 2015 at 11:58 AM, Pravin Shelar wrote: > On Wed, Sep 16, 2015 at 3:00 PM, Jesse Gross wrote: >> On Tue, Sep 15, 2015 at 11:09 AM, Pravin B Shelar wrote: >>> Signed-off-by: Pravin B Shelar >> >> What about this commit? >> openvswitch: allocate nr_node_ids flow_stats instead of nu

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

2015-09-17 Thread Pravin Shelar
On Thu, Sep 17, 2015 at 1:08 PM, Jesse Gross wrote: > On Thu, Sep 17, 2015 at 11:58 AM, Pravin Shelar wrote: >> On Wed, Sep 16, 2015 at 3:00 PM, Jesse Gross wrote: >>> On Tue, Sep 15, 2015 at 11:09 AM, Pravin B Shelar >>> wrote: diff --git a/datapath/linux/compat/socket.c b/datapath

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

2015-09-17 Thread Jesse Gross
On Thu, Sep 17, 2015 at 11:58 AM, Pravin Shelar wrote: > On Wed, Sep 16, 2015 at 3:00 PM, Jesse Gross wrote: >> On Tue, Sep 15, 2015 at 11:09 AM, Pravin B Shelar wrote: >>> diff --git a/datapath/linux/compat/socket.c b/datapath/linux/compat/socket.c >>> new file mode 100644 >>> index 000..77

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

2015-09-17 Thread Pravin Shelar
On Wed, Sep 16, 2015 at 3:00 PM, Jesse Gross wrote: > On Tue, Sep 15, 2015 at 11:09 AM, Pravin B Shelar wrote: >> Signed-off-by: Pravin B Shelar > > What about this commit? > openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodes > ok, I will send separate patch. >> diff --gi

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

2015-09-16 Thread Jesse Gross
On Tue, Sep 15, 2015 at 11:09 AM, Pravin B Shelar wrote: > Signed-off-by: Pravin B Shelar What about this commit? openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodes > diff --git a/datapath/linux/compat/socket.c b/datapath/linux/compat/socket.c > new file mode 100644 > in

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

2015-09-15 Thread Pravin B Shelar
Signed-off-by: Pravin B Shelar --- .travis.yml|2 +- FAQ.md |2 +- acinclude.m4 |7 - datapath/linux/Modules.mk |1 + datapath/linux/compat/geneve.c |