X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=net%2Fopenvswitch%2Fvport-vxlan.c;h=1605691d94144aee0fc50ffb17be05eca2b59675;hb=0aba0ab8915bcad3ae7e05e18bc2c5c55570e328;hp=e1c9c08880373276e8430cadd93f03fe4a1e11a0;hpb=2c2b8285dcd4d0674b6e77269cf32721fffea59e;p=firefly-linux-kernel-4.4.55.git diff --git a/net/openvswitch/vport-vxlan.c b/net/openvswitch/vport-vxlan.c index e1c9c0888037..1605691d9414 100644 --- a/net/openvswitch/vport-vxlan.c +++ b/net/openvswitch/vport-vxlan.c @@ -151,7 +151,7 @@ static struct vport_ops ovs_vxlan_netdev_vport_ops = { .create = vxlan_create, .destroy = ovs_netdev_tunnel_destroy, .get_options = vxlan_get_options, - .send = ovs_netdev_send, + .send = dev_queue_xmit, }; static int __init ovs_vxlan_tnl_init(void)