[RFC v2] virtio-vsock: add description for datagram type

2021-03-31 Thread jiang.wang
Add supports for datagram type for virtio-vsock. Datagram sockets are connectionless and unreliable. To avoid contention with stream and other sockets, add two more virtqueues and a new feature bit to identify if those two new queues exist or not. Also add descriptions for resource management of

[RFC PATCH] virtio-vsock: add description for datagram type

2021-03-16 Thread jiang.wang
Add supports for datagram type for virtio-vsock. Datagram sockets are connectionless and unreliable. To avoid contention with stream and other sockets, add two more virtqueues and a new feature bit to identify if those two new queues exist or not. Also add descriptions for resouce management of