Re: [virtio-comment] Re: [PATCH v5] virtio-vsock: add description for datagram type

2021-09-03 Thread Stefano Garzarella
On Fri, Sep 03, 2021 at 03:57:24AM -0400, Michael S. Tsirkin wrote: On Fri, Sep 03, 2021 at 09:22:24AM +0200, Stefano Garzarella wrote: On Thu, Sep 02, 2021 at 05:08:01PM -0700, Jiang Wang . wrote: > On Thu, Sep 2, 2021 at 7:07 AM Stefan Hajnoczi wrote: > > On Thu, Jun 10, 2021 at 06:12:03PM

Re: [External] Re: [virtio-comment] [PATCH v5] virtio-vsock: add description for datagram type

2021-09-03 Thread Michael S. Tsirkin
On Tue, Aug 31, 2021 at 06:24:34PM -0700, Jiang Wang . wrote: > On Tue, Aug 31, 2021 at 6:13 PM Michael S. Tsirkin wrote: > > > > On Thu, Jun 10, 2021 at 06:12:03PM +, Jiang Wang wrote: > > > Add supports for datagram type for virtio-vsock. Datagram > > > sockets are connectionless and

Re: [virtio-comment] Re: [PATCH v5] virtio-vsock: add description for datagram type

2021-09-03 Thread Michael S. Tsirkin
On Fri, Sep 03, 2021 at 09:22:24AM +0200, Stefano Garzarella wrote: > On Thu, Sep 02, 2021 at 05:08:01PM -0700, Jiang Wang . wrote: > > On Thu, Sep 2, 2021 at 7:07 AM Stefan Hajnoczi wrote: > > > > > > On Thu, Jun 10, 2021 at 06:12:03PM +, Jiang Wang wrote: > > > > Add supports for datagram

Re: [virtio-comment] Re: [PATCH v5] virtio-vsock: add description for datagram type

2021-09-03 Thread Stefano Garzarella
On Thu, Sep 02, 2021 at 05:08:01PM -0700, Jiang Wang . wrote: On Thu, Sep 2, 2021 at 7:07 AM Stefan Hajnoczi wrote: On Thu, Jun 10, 2021 at 06:12:03PM +, Jiang Wang wrote: > Add supports for datagram type for virtio-vsock. Datagram > sockets are connectionless and unreliable. To avoid

Re: [virtio-comment] Re: [PATCH v5] virtio-vsock: add description for datagram type

2021-09-02 Thread Jiang Wang .
On Thu, Sep 2, 2021 at 7:07 AM Stefan Hajnoczi wrote: > > On Thu, Jun 10, 2021 at 06:12:03PM +, Jiang Wang wrote: > > 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

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

2021-09-02 Thread Stefan Hajnoczi
On Thu, Jun 10, 2021 at 06:12:03PM +, Jiang Wang wrote: > 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

Re: [External] Re: [virtio-comment] [PATCH v5] virtio-vsock: add description for datagram type

2021-08-31 Thread Jiang Wang .
On Tue, Aug 31, 2021 at 6:13 PM Michael S. Tsirkin wrote: > > On Thu, Jun 10, 2021 at 06:12:03PM +, Jiang Wang wrote: > > Add supports for datagram type for virtio-vsock. Datagram > > sockets are connectionless and unreliable. To avoid contention > > with stream and other sockets, add two

Re: [virtio-comment] [PATCH v5] virtio-vsock: add description for datagram type

2021-08-31 Thread Michael S. Tsirkin
On Thu, Jun 10, 2021 at 06:12:03PM +, Jiang Wang wrote: > 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

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

2021-06-10 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