Re: [ovs-dev] [PATCH net-next] openvswitch: Remove unneeded ovs_netdev_get_ifindex()

2013-04-29 Thread David Miller
From: Thomas Graf Date: Fri, 26 Apr 2013 14:40:55 +0200 > The only user is get_dpifindex(), no need to redirect via the port > operations. > > Signed-off-by: Thomas Graf Please follow-up with the stylistic feedback given to you if you haven't already, thanks. __

Re: [ovs-dev] [PATCH net-next] openvswitch: Remove unneeded ovs_netdev_get_ifindex()

2013-04-29 Thread Jesse Gross
On Fri, Apr 26, 2013 at 5:40 AM, Thomas Graf wrote: > The only user is get_dpifindex(), no need to redirect via the port > operations. > > Signed-off-by: Thomas Graf I'll let David take this one directly since my tree is otherwise empty and the merge window is coming up. Acked-by: Jesse Gross

Re: [ovs-dev] [PATCH net-next] openvswitch: Remove unneeded ovs_netdev_get_ifindex()

2013-04-26 Thread Sergei Shtylyov
Hello. On 26-04-2013 16:40, Thomas Graf wrote: The only user is get_dpifindex(), no need to redirect via the port operations. Signed-off-by: Thomas Graf [...] diff --git a/net/openvswitch/datapath.c b/net/openvswitch/datapath.c index 74a5fe6..965c059 100644 --- a/net/openvswitch/datapath

[ovs-dev] [PATCH net-next] openvswitch: Remove unneeded ovs_netdev_get_ifindex()

2013-04-26 Thread Thomas Graf
The only user is get_dpifindex(), no need to redirect via the port operations. Signed-off-by: Thomas Graf --- net/openvswitch/datapath.c | 7 --- net/openvswitch/vport-internal_dev.c | 1 - net/openvswitch/vport-netdev.c | 7 --- net/openvswitch/vport-netdev.h | 1 -