Re: [ovs-dev] [PATCH] datapath: Add support for kernels 3.13 and 3.14

2014-04-02 Thread Pravin Shelar
Hi Kyle, I think we can better use new genl api in datapath. I am incorporating some changes I suggested before. I will send out patch soon. Thanks, Pravin. On Tue, Apr 1, 2014 at 6:32 AM, Kyle Mestery wrote: > Add support for building the in-tree kernel datapath for Linux kernels up to > 3.14.

Re: [ovs-dev] [PATCH] datapath: Add support for kernels 3.13 and 3.14

2014-04-02 Thread Zoltan Kiss
Hi, It seems some parts of the changes from my original patch are missing. On 01/04/14 14:32, Kyle Mestery wrote: diff --git a/datapath/linux/compat/skbuff-openvswitch.c b/datapath/linux/compat/skbuff-openvswitch.c index ddd7bc8..bcba930 100644 --- a/datapath/linux/compat/skbuff-openvswitch.c

[ovs-dev] [PATCH] datapath: Add support for kernels 3.13 and 3.14

2014-04-01 Thread Kyle Mestery
Add support for building the in-tree kernel datapath for Linux kernels up to 3.14. There were some changes in the netlink area which required adding new compatibility code for this layer. Also, some new per-cpu stats initialization code was added. Encompasses changes from the following upstream Li