Re: [PATCH net-next] openvswitch: Use dev_queue_xmit for vport send.

2015-10-22 Thread David Miller
From: Pravin B Shelar Date: Tue, 20 Oct 2015 23:00:10 -0700 > With use of lwtunnel, we can directly call dev_queue_xmit() > rather than calling netdev vport send operation. > Following change make tunnel vport code bit cleaner. > > Signed-off-by: Pravin B Shelar Applied. -- To unsubscribe from

Re: [PATCH net-next] openvswitch: Use dev_queue_xmit for vport send.

2015-10-21 Thread Jiri Benc
On Tue, 20 Oct 2015 23:00:10 -0700, Pravin B Shelar wrote: > With use of lwtunnel, we can directly call dev_queue_xmit() > rather than calling netdev vport send operation. > Following change make tunnel vport code bit cleaner. > > Signed-off-by: Pravin B Shelar Nice. Acked-by: Jiri Benc -- J

Re: [PATCH net-next] openvswitch: Use dev_queue_xmit for vport send.

2015-10-21 Thread Thomas Graf
On 10/20/15 at 11:00pm, Pravin B Shelar wrote: > With use of lwtunnel, we can directly call dev_queue_xmit() > rather than calling netdev vport send operation. > Following change make tunnel vport code bit cleaner. > > Signed-off-by: Pravin B Shelar Acked-by: Thomas Graf -- To unsubscribe from

[PATCH net-next] openvswitch: Use dev_queue_xmit for vport send.

2015-10-20 Thread Pravin B Shelar
With use of lwtunnel, we can directly call dev_queue_xmit() rather than calling netdev vport send operation. Following change make tunnel vport code bit cleaner. Signed-off-by: Pravin B Shelar --- net/openvswitch/vport-geneve.c |2 +- net/openvswitch/vport-gre.c |2 +- net