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

2013-12-17 Thread Jesse Gross
On Tue, Dec 17, 2013 at 12:58 AM, Phil Daws wrote: > Jesse, > > One of the hunks failed: > > [compuser@kvm02 openvswitch-2.0.0]$ patch -p1 < p3.patch > patching file datapath/linux/compat/netdevice.c > Hunk #1 succeeded at 7 with fuzz 2 (offset 4 lines). > Hunk #2 succeeded at 35 with fuzz 2 (offs

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

2013-12-17 Thread Phil Daws
Jesse, One of the hunks failed: [compuser@kvm02 openvswitch-2.0.0]$ patch -p1 < p3.patch patching file datapath/linux/compat/netdevice.c Hunk #1 succeeded at 7 with fuzz 2 (offset 4 lines). Hunk #2 succeeded at 35 with fuzz 2 (offset 4 lines). Hunk #3 FAILED at 45. Hunk #4 succeeded at 74 with fu

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

2013-12-16 Thread Jesse Gross
This is apparently used by CentOS 6.5. Reported-by: Phil Daws Signed-off-by: Jesse Gross --- acinclude.m4| 2 ++ datapath/linux/compat/include/linux/netdevice.h | 13 +++-- datapath/linux/compat/netdevice.c | 13 - 3 files c