diff options
author | Andra Paraschiv <andraprs@amazon.com> | 2020-12-14 19:11:19 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-12-15 06:33:39 +0300 |
commit | caaf95e0f23f9ed240b02251aab0f6fdb652b33d (patch) | |
tree | 85def22fb56544dd8fa3f7d906869840b7f31c9a /net/vmw_vsock | |
parent | dc8eeef73b63ed8988224ba6b5ed19a615163a7f (diff) | |
download | linux-caaf95e0f23f9ed240b02251aab0f6fdb652b33d.tar.xz |
vm_sockets: Add VMADDR_FLAG_TO_HOST vsock flag
Add VMADDR_FLAG_TO_HOST vsock flag that is used to setup a vsock
connection where all the packets are forwarded to the host.
Then, using this type of vsock channel, vsock communication between
sibling VMs can be built on top of it.
Changelog
v3 -> v4
* Update the "VMADDR_FLAG_TO_HOST" value, as the size of the field has
been updated to 1 byte.
v2 -> v3
* Update comments to mention when the flag is set in the connect and
listen paths.
v1 -> v2
* New patch in v2, it was split from the first patch in the series.
* Remove the default value for the vsock flags field.
* Update the naming for the vsock flag to "VMADDR_FLAG_TO_HOST".
Signed-off-by: Andra Paraschiv <andraprs@amazon.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/vmw_vsock')
0 files changed, 0 insertions, 0 deletions