Re: [ovs-dev] [PATCH v2] datapath: Provide compatibility for kernels up to 3.17

2014-09-22 Thread Thomas Graf
On 09/20/14 at 07:54pm, Pravin Shelar wrote: > > +#define NET_NAME_UNKNOWN 0 > > +#define alloc_netdev(sizeof_priv, name, name_assign_type, setup) \ > > +alloc_netdev_mqs(sizeof_priv, name_assign_type, setup, 1, 1) > > +#endif > > + > I changed name_assign_type to name. Thanks Pravin.

Re: [ovs-dev] [PATCH v2] datapath: Provide compatibility for kernels up to 3.17

2014-09-20 Thread Pravin Shelar
On Thu, Sep 18, 2014 at 5:48 AM, Thomas Graf wrote: > Port datapath to work with kernrels up to 3.17 and use 3.16.2 as > the new kernel for CI testing. > > Tested with 3.14, 3.16.2, and net-next (3.17). > > Signed-off-by: Thomas Graf > Co-authored-by: Madhu Challa > --- > v2: > - Swapped ignore

[ovs-dev] [PATCH v2] datapath: Provide compatibility for kernels up to 3.17

2014-09-18 Thread Thomas Graf
Port datapath to work with kernrels up to 3.17 and use 3.16.2 as the new kernel for CI testing. Tested with 3.14, 3.16.2, and net-next (3.17). Signed-off-by: Thomas Graf Co-authored-by: Madhu Challa --- v2: - Swapped ignore_df local_df compat direction - Provide alloc_netdev() compat macro to