commit | 21bc54fc0cdc31de72b57d2b3c79cf9c2b83cf39 | [log] [tgz] |
---|---|---|
author | Gerard Garcia <ggarcia@deic.uab.cat> | Wed Aug 10 17:24:34 2016 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Mon Aug 15 05:05:21 2016 +0300 |
tree | 40451d5276f680bc34ab61a4edd3b7cf289828b6 | |
parent | 52012619e5a2ca0491426c3712fb9054692d4a3c [diff] |
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>