]> git.karo-electronics.de Git - karo-tx-linux.git/commit
openvswitch: Use dev_queue_xmit for vport send.
authorPravin B Shelar <pshelar@nicira.com>
Wed, 21 Oct 2015 06:00:10 +0000 (23:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Oct 2015 13:46:16 +0000 (06:46 -0700)
commitaec15924740edc9886051593bc7769873be9498b
treeebd4b44ae60d7ee0af79f4496bb29b65e957ff30
parent99e28f18e3f4daa2091802e07ebeb4f541631320
openvswitch: Use dev_queue_xmit for vport send.

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 <pshelar@nicira.com>
Acked-by: Thomas Graf <tgraf@suug.ch>
Acked-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/vport-geneve.c
net/openvswitch/vport-gre.c
net/openvswitch/vport-internal_dev.c
net/openvswitch/vport-netdev.c
net/openvswitch/vport-netdev.h
net/openvswitch/vport-vxlan.c
net/openvswitch/vport.c
net/openvswitch/vport.h