Re: [ovs-dev] [PATCH] datapath: Fix build failure related to missing vlan.h

2016-03-14 Thread pravin shelar
On Mon, Mar 14, 2016 at 12:39 PM, Jesse Gross wrote: > On Mon, Mar 14, 2016 at 11:18 AM, Pravin B Shelar wrote: >> ---8<--- >> make[1]: Entering directory `/home/travis/build/openvswitch/ovs/datapath' >> make[1]: *** No rule to make target `vlan.h', needed by `distdir'. Stop. >> make[1]: Leaving

Re: [ovs-dev] [PATCH] datapath: Fix build failure related to missing vlan.h

2016-03-14 Thread Jesse Gross
On Mon, Mar 14, 2016 at 11:18 AM, Pravin B Shelar wrote: > ---8<--- > make[1]: Entering directory `/home/travis/build/openvswitch/ovs/datapath' > make[1]: *** No rule to make target `vlan.h', needed by `distdir'. Stop. > make[1]: Leaving directory `/home/travis/build/openvswitch/ovs/datapath' > m

[ovs-dev] [PATCH] datapath: Fix build failure related to missing vlan.h

2016-03-14 Thread Pravin B Shelar
---8<--- make[1]: Entering directory `/home/travis/build/openvswitch/ovs/datapath' make[1]: *** No rule to make target `vlan.h', needed by `distdir'. Stop. make[1]: Leaving directory `/home/travis/build/openvswitch/ovs/datapath' make: *** [distdir] Error 1 cat: */_build/tests/testsuite.log: No suc

Re: [ovs-dev] [PATCH] datapath: Fix build failure.

2014-02-19 Thread Pravin Shelar
Thanks. Pushed to master. On Wed, Feb 19, 2014 at 2:44 PM, Jarno Rajahalme wrote: > Thanks Pravin, > > Acked-by: Jarno Rajahalme > > On Feb 19, 2014, at 2:29 PM, Pravin wrote: > >> Defines RCU_INIT_POINTER() for compatibility. >> >> Signed-off-by: Pravin B Shelar >> --- >> datapath/linux/compa

Re: [ovs-dev] [PATCH] datapath: Fix build failure.

2014-02-19 Thread Jarno Rajahalme
Thanks Pravin, Acked-by: Jarno Rajahalme On Feb 19, 2014, at 2:29 PM, Pravin wrote: > Defines RCU_INIT_POINTER() for compatibility. > > Signed-off-by: Pravin B Shelar > --- > datapath/linux/compat/include/linux/rcupdate.h | 12 > 1 file changed, 12 insertions(+) > > diff --git

[ovs-dev] [PATCH] datapath: Fix build failure.

2014-02-19 Thread Pravin
Defines RCU_INIT_POINTER() for compatibility. Signed-off-by: Pravin B Shelar --- datapath/linux/compat/include/linux/rcupdate.h | 12 1 file changed, 12 insertions(+) diff --git a/datapath/linux/compat/include/linux/rcupdate.h b/datapath/linux/compat/include/linux/rcupdate.h ind

Re: [ovs-dev] [PATCH] datapath: Fix build failure on RHEL 6.4

2013-12-18 Thread Jesse Gross
On Wed, Dec 18, 2013 at 10:57 AM, Pravin B Shelar wrote: > Patch fixes following build failure:- > > make[4]: Entering directory > `/usr/src/kernels/2.6.32-358.18.1.el6.x86_64' > CC [M] openvswitch/datapath/linux/actions.o > In file included from > openvswitch/datapath/linux/actions.c:21: > ope

[ovs-dev] [PATCH] datapath: Fix build failure on RHEL 6.4

2013-12-18 Thread Pravin B Shelar
Patch fixes following build failure:- make[4]: Entering directory `/usr/src/kernels/2.6.32-358.18.1.el6.x86_64' CC [M] openvswitch/datapath/linux/actions.o In file included from openvswitch/datapath/linux/actions.c:21: openvswitch/datapath/linux/compat/include/linux/skbuff.h:273: error: redefin