vhost/vsock: drop space available check for TX vq
authorGerard Garcia <ggarcia@deic.uab.cat>
Wed, 10 Aug 2016 15:24:34 +0000 (17:24 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 15 Aug 2016 02:05:21 +0000 (05:05 +0300)
commit21bc54fc0cdc31de72b57d2b3c79cf9c2b83cf39
tree40451d5276f680bc34ab61a4edd3b7cf289828b6
parent52012619e5a2ca0491426c3712fb9054692d4a3c
vhost/vsock: drop space available check for TX vq

Remove unnecessary use of enable/disable callback notifications
and the incorrect more space available check.

The virtio_transport_tx_work handles when the TX virtqueue
has more buffers available.

Signed-off-by: Gerard Garcia <ggarcia@deic.uab.cat>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
net/vmw_vsock/virtio_transport.c