commit | 077263fba10011d7e1d17dc7691ff20c15c56081 | [log] [tgz] |
---|---|---|
author | Stefano Garzarella <sgarzare@redhat.com> | Tue Dec 10 11:43:05 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 11 15:01:23 2019 -0800 |
tree | 8070b3dac77f9c994fbeb0520cf54bab88675679 | |
parent | 0e12190578d081d4fe54d41635ec6e5a6eb0d01a [diff] |
vsock: add vsock_loopback transport This patch adds a new vsock_loopback transport to handle local communication. This transport is based on the loopback implementation of virtio_transport, so it uses the virtio_transport_common APIs to interface with the vsock core. Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>