Re: [ovs-dev] [PATCH] datapath: Fix compilation with linux kernel 3.7.

2013-05-13 Thread Pravin Shelar
On Mon, May 13, 2013 at 3:12 PM, Jesse Gross wrote: > On Mon, May 13, 2013 at 2:28 PM, Pravin Shelar wrote: >> On Mon, May 13, 2013 at 2:19 PM, Jesse Gross wrote: >>> On Mon, May 13, 2013 at 2:07 PM, Pravin B Shelar wrote: diff --git a/datapath/linux/compat/include/linux/types.h b/da

Re: [ovs-dev] [PATCH] datapath: Fix compilation with linux kernel 3.7.

2013-05-13 Thread Jesse Gross
On Mon, May 13, 2013 at 2:28 PM, Pravin Shelar wrote: > On Mon, May 13, 2013 at 2:19 PM, Jesse Gross wrote: >> On Mon, May 13, 2013 at 2:07 PM, Pravin B Shelar wrote: >>> diff --git a/datapath/linux/compat/include/linux/types.h >>> b/datapath/linux/compat/include/linux/types.h >>> index b989d96

Re: [ovs-dev] [PATCH] datapath: Fix compilation with linux kernel 3.7.

2013-05-13 Thread Pravin Shelar
On Mon, May 13, 2013 at 2:19 PM, Jesse Gross wrote: > On Mon, May 13, 2013 at 2:07 PM, Pravin B Shelar wrote: >> diff --git a/datapath/linux/compat/include/linux/types.h >> b/datapath/linux/compat/include/linux/types.h >> index b989d96..4b953f2 100644 >> --- a/datapath/linux/compat/include/linux

Re: [ovs-dev] [PATCH] datapath: Fix compilation with linux kernel 3.7.

2013-05-13 Thread Jesse Gross
On Mon, May 13, 2013 at 2:07 PM, Pravin B Shelar wrote: > diff --git a/datapath/linux/compat/include/linux/types.h > b/datapath/linux/compat/include/linux/types.h > index b989d96..4b953f2 100644 > --- a/datapath/linux/compat/include/linux/types.h > +++ b/datapath/linux/compat/include/linux/types.

Re: [ovs-dev] [PATCH] datapath: Fix compilation with linux kernel 3.7.

2013-05-13 Thread Kyle Mestery (kmestery)
On May 13, 2013, at 4:07 PM, Pravin B Shelar wrote: > __sum16 and __wsum are defined in types.h from kernel 3.7. > > Signed-off-by: Pravin B Shelar Looks good. Acked-by: Kyle Mestery ___ dev mailing list dev@openvswitch.org http://openvswitch.org/m

[ovs-dev] [PATCH] datapath: Fix compilation with linux kernel 3.7.

2013-05-13 Thread Pravin B Shelar
__sum16 and __wsum are defined in types.h from kernel 3.7. Signed-off-by: Pravin B Shelar --- datapath/linux/compat/include/linux/types.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/datapath/linux/compat/include/linux/types.h b/datapath/linux/compat/include/linux/