Re: [ovs-dev] [PATCH] datapath: Linux 4.9 compat.

2016-12-09 Thread Jarno Rajahalme
> On Dec 8, 2016, at 9:38 PM, Andy Zhou wrote: > > > > On Wed, Dec 7, 2016 at 4:31 PM, Jarno Rajahalme > wrote: > This patch allows openvswitch kernel module in the OVS tree to be > compiled against the current net-next Linux kernel. The changes are > due to these upstr

Re: [ovs-dev] [PATCH] datapath: Linux 4.9 compat.

2016-12-09 Thread Jarno Rajahalme
Thanks for the reviews! Pushed to master with a better title and a compiletime_assert() for GENL_ID_GENERATE, if it is defined. Jarno > On Dec 9, 2016, at 2:36 PM, Pravin Shelar wrote: > > On Wed, Dec 7, 2016 at 4:31 PM, Jarno Rajahalme > wrote: >> This patch allows o

Re: [ovs-dev] [PATCH] datapath: Linux 4.9 compat.

2016-12-09 Thread Jarno Rajahalme
> On Dec 9, 2016, at 2:47 PM, Joe Stringer wrote: > > On 7 December 2016 at 16:31, Jarno Rajahalme > wrote: >> This patch allows openvswitch kernel module in the OVS tree to be >> compiled against the current net-next Linux kernel. The changes are >> due to these upstream

Re: [ovs-dev] [PATCH] datapath: Linux 4.9 compat.

2016-12-09 Thread Joe Stringer
On 7 December 2016 at 16:31, Jarno Rajahalme wrote: > This patch allows openvswitch kernel module in the OVS tree to be > compiled against the current net-next Linux kernel. The changes are > due to these upstream commits: > > 56989f6d856 ("genetlink: mark families as __ro_after_init") > 489111e5

Re: [ovs-dev] [PATCH] datapath: Linux 4.9 compat.

2016-12-09 Thread Pravin Shelar
On Wed, Dec 7, 2016 at 4:31 PM, Jarno Rajahalme wrote: > This patch allows openvswitch kernel module in the OVS tree to be > compiled against the current net-next Linux kernel. The changes are > due to these upstream commits: > > 56989f6d856 ("genetlink: mark families as __ro_after_init") > 48911

Re: [ovs-dev] [PATCH] datapath: Linux 4.9 compat.

2016-12-08 Thread Andy Zhou
On Wed, Dec 7, 2016 at 4:31 PM, Jarno Rajahalme wrote: > This patch allows openvswitch kernel module in the OVS tree to be > compiled against the current net-next Linux kernel. The changes are > due to these upstream commits: > > 56989f6d856 ("genetlink: mark families as __ro_after_init") > 4891

[ovs-dev] [PATCH] datapath: Linux 4.9 compat.

2016-12-07 Thread Jarno Rajahalme
This patch allows openvswitch kernel module in the OVS tree to be compiled against the current net-next Linux kernel. The changes are due to these upstream commits: 56989f6d856 ("genetlink: mark families as __ro_after_init") 489111e5c25 ("genetlink: statically initialize families") a07ea4d9941 ("