Re: [ovs-dev] [PATCH v2] datapath: Check for backported netdev_features_t.

2013-12-20 Thread Jesse Gross
On Tue, Dec 17, 2013 at 10:22 AM, Jesse Gross wrote: > This is apparently used by CentOS 6.5. > > Reported-by: Phil Daws > Reported-by: Madko > Signed-off-by: Jesse Gross > --- > v2: Check for netdev_features_t in netdevice.h instead as this works > on all kernel versions. I applied this p

[ovs-dev] [PATCH v2] datapath: Check for backported netdev_features_t.

2013-12-17 Thread Jesse Gross
This is apparently used by CentOS 6.5. Reported-by: Phil Daws Reported-by: Madko Signed-off-by: Jesse Gross --- v2: Check for netdev_features_t in netdevice.h instead as this works on all kernel versions. --- acinclude.m4| 1 + datapath/linux/compat/inc