]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit281bf1bbd16b71801ebb7b6d52880ae8b4ffebc4
tree40451d5276f680bc34ab61a4edd3b7cf289828b6
parent6ff70e47c3a7548ac4b2a68b627de0bc4dadcd97
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