Re: [ovs-dev] [PATCH 0/4] datapath: Compatibility to 3.18+

2014-12-10 Thread Thomas Graf
On 12/10/14 at 10:29am, Pravin Shelar wrote: > I was referring to vlan patch series merged to net-next ("sched: > introduce vlan action"). We should backport all relevant patches from > the series at once rather than one at a time. Thanks for the explanation. I understand what you mean now. I'll s

Re: [ovs-dev] [PATCH 0/4] datapath: Compatibility to 3.18+

2014-12-10 Thread Pravin Shelar
On Wed, Dec 10, 2014 at 8:47 AM, Thomas Graf wrote: > On 12/09/14 at 05:12pm, Pravin Shelar wrote: >> On Wed, Dec 3, 2014 at 4:02 AM, Thomas Graf wrote: >> > Fixes compilation of datapath for both current net and net-next tree. >> > >> > Thomas Graf (4): >> > datapath: Check if nla_is_last() is

Re: [ovs-dev] [PATCH 0/4] datapath: Compatibility to 3.18+

2014-12-10 Thread Thomas Graf
On 12/09/14 at 05:12pm, Pravin Shelar wrote: > On Wed, Dec 3, 2014 at 4:02 AM, Thomas Graf wrote: > > Fixes compilation of datapath for both current net and net-next tree. > > > > Thomas Graf (4): > > datapath: Check if nla_is_last() is available in > > datapath: Mark compatible with kernels

Re: [ovs-dev] [PATCH 0/4] datapath: Compatibility to 3.18+

2014-12-09 Thread Pravin Shelar
On Wed, Dec 3, 2014 at 4:02 AM, Thomas Graf wrote: > Fixes compilation of datapath for both current net and net-next tree. > > Thomas Graf (4): > datapath: Check if nla_is_last() is available in > datapath: Mark compatible with kernels up to 3.18.x > datapath: Account for rename to vlan_ins

[ovs-dev] [PATCH 0/4] datapath: Compatibility to 3.18+

2014-12-03 Thread Thomas Graf
Fixes compilation of datapath for both current net and net-next tree. Thomas Graf (4): datapath: Check if nla_is_last() is available in datapath: Mark compatible with kernels up to 3.18.x datapath: Account for rename to vlan_insert_tag_set_proto() datapath: Account for already defined NET