[virtio-dev] Re: [PATCH] virtio-vsock: add VIRTIO_VSOCK_F_DGRAM feature bit

2023-09-06 Thread Stefano Garzarella
On Sat, Sep 02, 2023 at 04:35:25AM -0400, Michael S. Tsirkin wrote: On Sat, Sep 02, 2023 at 04:56:42AM +, Bobby Eshleman wrote: On Fri, Sep 01, 2023 at 02:45:14PM +0200, Stefano Garzarella wrote: > On Tue, Aug 29, 2023 at 09:29:45PM +, Bobby Eshleman wrote: > > This adds su

[virtio-dev] Re: [PATCH] virtio-vsock: add VIRTIO_VSOCK_F_DGRAM feature bit

2023-09-01 Thread Stefano Garzarella
On Tue, Aug 29, 2023 at 09:29:45PM +, Bobby Eshleman wrote: This adds support for datagrams to the virtio-vsock device. virtio-vsock already supports stream and seqpacket types. The existing message types and header fields are extended to support datagrams. Semantic differences between the f

[virtio-dev] Re: [RFC PATCH] docs/interop: define STANDALONE protocol feature for vhost-user

2023-07-07 Thread Stefano Garzarella
On Thu, Jul 06, 2023 at 05:31:15PM +0100, Alex Bennée wrote: Alex Bennée writes: Currently QEMU has to know some details about the back-end to be able to setup the guest. While various parts of the setup can be delegated to the backend (for example config handling) this is a very piecemeal ap

Re: [virtio-dev] [RFC PATCH] docs/interop: define STANDALONE protocol feature for vhost-user

2023-07-07 Thread Stefano Garzarella
On Tue, Jul 04, 2023 at 04:02:42PM +0100, Alex Bennée wrote: Stefano Garzarella writes: On Tue, Jul 04, 2023 at 01:36:00PM +0100, Alex Bennée wrote: Currently QEMU has to know some details about the back-end to be able to setup the guest. While various parts of the setup can be delegated to

Re: [virtio-dev] [RFC PATCH] docs/interop: define STANDALONE protocol feature for vhost-user

2023-07-04 Thread Stefano Garzarella
On Tue, Jul 04, 2023 at 01:36:00PM +0100, Alex Bennée wrote: Currently QEMU has to know some details about the back-end to be able to setup the guest. While various parts of the setup can be delegated to the backend (for example config handling) this is a very piecemeal approach. This patch sugg

[virtio-dev] Re: [PATCH RFC net-next v2 0/4] virtio/vsock: support datagrams

2023-05-03 Thread Stefano Garzarella
On Sat, Apr 15, 2023 at 03:55:05PM +, Bobby Eshleman wrote: On Fri, Apr 28, 2023 at 12:43:09PM +0200, Stefano Garzarella wrote: On Sat, Apr 15, 2023 at 07:13:47AM +, Bobby Eshleman wrote: > CC'ing virtio-dev@lists.oasis-open.org because this thread is starting > to tou

[virtio-dev] Re: [PATCH RFC net-next v2 0/4] virtio/vsock: support datagrams

2023-04-28 Thread Stefano Garzarella
On Sat, Apr 15, 2023 at 07:13:47AM +, Bobby Eshleman wrote: CC'ing virtio-dev@lists.oasis-open.org because this thread is starting to touch the spec. On Wed, Apr 19, 2023 at 12:00:17PM +0200, Stefano Garzarella wrote: Hi Bobby, On Fri, Apr 14, 2023 at 11:18:40AM +, Bobby Esh

[virtio-dev] Re: [virtio-comment] [PATCH v6 4/8] transport-mmio: Refer to the vq by its number

2023-03-27 Thread Stefano Garzarella
On Mon, Mar 27, 2023 at 01:41:33PM +, Parav Pandit wrote: Hi Stefano, From: Stefano Garzarella Sent: Monday, March 27, 2023 6:04 AM Maybe we can also remove `index` from the last sentence in this section. I mean something like this: --- a/transport-mmio.tex +++ b/transport-mmio.tex

[virtio-dev] Re: [virtio-comment] [PATCH v6 4/8] transport-mmio: Refer to the vq by its number

2023-03-27 Thread Stefano Garzarella
On Fri, Mar 24, 2023 at 04:04:28AM +0300, Parav Pandit wrote: Currently specification uses virtqueue index and number interchangeably to refer to the virtqueue. Instead refer to it by its number. Fixes: https://github.com/oasis-tcs/virtio-spec/issues/163 Reviewed-by: Jiri Pirko Signed-off-by:

[virtio-dev] Re: [virtio-comment] [PATCH v5 2/8] transport-pci: Refer to the vq by its number

2023-03-27 Thread Stefano Garzarella
On Mon, Mar 27, 2023 at 11:50:07AM +0200, Stefano Garzarella wrote: Hi Parav, On Thu, Mar 23, 2023 at 02:59:38AM +0200, Parav Pandit wrote: Currently specification uses virtqueue index and number interchangeably to refer to the virtqueue. Instead refer to it by its number. This patch is on

[virtio-dev] Re: [virtio-comment] [PATCH v5 2/8] transport-pci: Refer to the vq by its number

2023-03-27 Thread Stefano Garzarella
Hi Parav, On Thu, Mar 23, 2023 at 02:59:38AM +0200, Parav Pandit wrote: Currently specification uses virtqueue index and number interchangeably to refer to the virtqueue. Instead refer to it by its number. This patch is on top of [1]. [1] https://lists.oasis-open.org/archives/virtio-dev/20230

[virtio-dev] Re: [virtio-comment] [PATCH v4 11/20] virtio-vsock: Maintain socket device spec in separate directory

2023-01-13 Thread Stefano Garzarella
-types/vsock/description.tex (100%) create mode 100644 device-types/vsock/device-conformance.tex create mode 100644 device-types/vsock/driver-conformance.tex LGTM: Reviewed-by: Stefano Garzarella diff --git a/conformance.tex b/conformance.tex index 970ef12..527949c 100644 --- a/conforman