Re: [ovs-dev] [PATCH] datapath: Remove net_device_ops compatibility code.

2013-09-17 Thread Jesse Gross
On Tue, Sep 17, 2013 at 1:20 PM, Pravin Shelar wrote: > On Fri, Sep 13, 2013 at 2:16 PM, Jesse Gross wrote: >> The symbol HAVE_NET_DEVICE_OPS was changed in 3.1 but code the that >> it was protecting dates back to before 2.6.32. Therefore, we can >> just assume that net_device_ops exists in all c

Re: [ovs-dev] [PATCH] datapath: Remove net_device_ops compatibility code.

2013-09-17 Thread Pravin Shelar
On Fri, Sep 13, 2013 at 2:16 PM, Jesse Gross wrote: > The symbol HAVE_NET_DEVICE_OPS was changed in 3.1 but code the that > it was protecting dates back to before 2.6.32. Therefore, we can > just assume that net_device_ops exists in all cases and drop the > compat code. > > Signed-off-by: Jesse Gr

[ovs-dev] [PATCH] datapath: Remove net_device_ops compatibility code.

2013-09-13 Thread Jesse Gross
The symbol HAVE_NET_DEVICE_OPS was changed in 3.1 but code the that it was protecting dates back to before 2.6.32. Therefore, we can just assume that net_device_ops exists in all cases and drop the compat code. Signed-off-by: Jesse Gross --- datapath/vport-internal_dev.c | 19 ---