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

2023-09-01 Thread Bobby Eshleman
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 support for datagrams to the virtio-vsock device. > > > > virtio-vsock already supports stream and seqpacket types. The existing > > message types and

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

2023-09-01 Thread Bobby Eshleman
On Fri, Sep 01, 2023 at 09:31:03AM -0400, Michael S. Tsirkin wrote: > On Wed, Aug 30, 2023 at 12:43:03AM +, Bobby Eshleman wrote: > > On Tue, Aug 29, 2023 at 06:21:35PM -0400, Michael S. Tsirkin wrote: > > > On Tue, Aug 29, 2023 at 09:29:45PM +, Bobby Eshleman wrote: > > > > This adds suppo

[virtio-dev] Re: [PATCH v3] virtio-spi: add the device specification

2023-09-01 Thread Harald Mommer
Hello, I'm currently integrating your V3 update in our proprietary virtio SPI device and in our virtio SPI Linux driver. The virtio SPI Linux driver is currently not yet in a shape to be shown and the paperwork with the company lawyer is not yet done. Some short first remarks, I'll have to

[virtio-dev] Re: [PATCH v16] virtio-net: support device stats

2023-09-01 Thread Michael S. Tsirkin
On Fri, Sep 01, 2023 at 01:58:32PM +, Parav Pandit wrote: > > > > From: Xuan Zhuo > > Sent: Wednesday, August 30, 2023 11:23 AM > > To: virtio-dev@lists.oasis-open.org > > Cc: jasow...@redhat.com; Michael S. Tsirkin ; Parav Pandit > > ; David Edmondson ; > > virtio-comm...@lists.oasis-open.o

[virtio-dev] RE: [PATCH v16] virtio-net: support device stats

2023-09-01 Thread Parav Pandit
> From: Xuan Zhuo > Sent: Wednesday, August 30, 2023 11:23 AM > To: virtio-dev@lists.oasis-open.org > Cc: jasow...@redhat.com; Michael S. Tsirkin ; Parav Pandit > ; David Edmondson ; > virtio-comm...@lists.oasis-open.org We should be following [1]. Virtio list for conducting technical committe

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

2023-09-01 Thread Michael S. Tsirkin
On Wed, Aug 30, 2023 at 12:43:03AM +, Bobby Eshleman wrote: > On Tue, Aug 29, 2023 at 06:21:35PM -0400, Michael S. Tsirkin wrote: > > On Tue, Aug 29, 2023 at 09:29:45PM +, Bobby Eshleman wrote: > > > This adds support for datagrams to the virtio-vsock device. > > > > > > virtio-vsock alrea

[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

Re: [virtio-dev] [RFC PATCH v2] docs/interop: define PROBE feature for vhost-user VirtIO devices

2023-09-01 Thread Albert Esteve
This looks great! Thanks for this proposal. On Fri, Sep 1, 2023 at 1:00 PM Alex Bennée wrote: > Currently QEMU has to know some details about the VirtIO device > supported by a vhost-user daemon to be able to setup the guest. This > makes it hard for QEMU to add support for additional vhost-user

[virtio-dev] [RFC PATCH v2] docs/interop: define PROBE feature for vhost-user VirtIO devices

2023-09-01 Thread Alex Bennée
Currently QEMU has to know some details about the VirtIO device supported by a vhost-user daemon to be able to setup the guest. This makes it hard for QEMU to add support for additional vhost-user daemons without adding specific stubs for each additional VirtIO device. This patch suggests a new fe