Message ID | 20191210104307.89346-1-sgarzare@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | vsock: add local transport support | expand |
From: Stefano Garzarella <sgarzare@redhat.com> Date: Tue, 10 Dec 2019 11:43:01 +0100 > v2: > - style fixes [Dave] > - removed RCU sync and changed 'the_vsock_loopback' in a global > static variable [Stefan] > - use G2H transport when local transport is not loaded and remote cid > is VMADDR_CID_LOCAL [Stefan] > - rebased on net-next > > v1: https://patchwork.kernel.org/cover/11251735/ > > This series introduces a new transport (vsock_loopback) to handle > local communication. ... Series applied, thanks.