Re: [PATCH v2] VSOCK: add loopback to virtio_transport

2016-11-24 Thread David Miller
From: Stefan Hajnoczi Date: Mon, 21 Nov 2016 13:56:31 + > The VMware VMCI transport supports loopback inside virtual machines. > This patch implements loopback for virtio-vsock. > > Flow control is handled by the virtio-vsock protocol as usual. The > sending process stops transmitting on a

[PATCH v2] VSOCK: add loopback to virtio_transport

2016-11-21 Thread Stefan Hajnoczi
The VMware VMCI transport supports loopback inside virtual machines. This patch implements loopback for virtio-vsock. Flow control is handled by the virtio-vsock protocol as usual. The sending process stops transmitting on a connection when the peer's receive buffer space is exhausted. Cathy Ave