commit | aec15924740edc9886051593bc7769873be9498b | [log] [tgz] |
---|---|---|
author | Pravin B Shelar <pshelar@nicira.com> | Tue Oct 20 23:00:10 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 22 06:46:16 2015 -0700 |
tree | ebd4b44ae60d7ee0af79f4496bb29b65e957ff30 | |
parent | 99e28f18e3f4daa2091802e07ebeb4f541631320 [diff] |
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>