Re: [PATCH 11/31] vhost: Add vhost_svq_valid_device_features to shadow vq

2022-02-26 Thread Liuxiangdong via
Hi, Eugenio. diff --git a/hw/virtio/vhost-shadow-virtqueue.c b/hw/virtio/vhost-shadow-virtqueue.c index 9619c8082c..51442b3dbf 100644 --- a/hw/virtio/vhost-shadow-virtqueue.c +++ b/hw/virtio/vhost-shadow-virtqueue.c @@ -45,6 +45,50 @@ const EventNotifier *vhost_svq_get_dev_kick_notifier( r

Re: [PATCH 11/31] vhost: Add vhost_svq_valid_device_features to shadow vq

2022-02-26 Thread Eugenio Perez Martin
On Sat, Feb 26, 2022 at 10:31 AM Liuxiangdong wrote: > > Hi, Eugenio. > > diff --git a/hw/virtio/vhost-shadow-virtqueue.c > b/hw/virtio/vhost-shadow-virtqueue.c > index 9619c8082c..51442b3dbf 100644 > --- a/hw/virtio/vhost-shadow-virtqueue.c > +++ b/hw/virtio/vhost-shadow-virtqueue.c > @@ -45,6 +4

Re: [PATCH 11/31] vhost: Add vhost_svq_valid_device_features to shadow vq

2022-02-07 Thread Jason Wang
在 2022/2/1 下午6:57, Eugenio Perez Martin 写道: On Mon, Jan 31, 2022 at 4:49 PM Eugenio Perez Martin wrote: On Sat, Jan 29, 2022 at 9:11 AM Jason Wang wrote: 在 2022/1/22 上午4:27, Eugenio Pérez 写道: This allows SVQ to negotiate features with the device. For the device, SVQ is a driver. While thi

Re: [PATCH 11/31] vhost: Add vhost_svq_valid_device_features to shadow vq

2022-02-01 Thread Eugenio Perez Martin
On Mon, Jan 31, 2022 at 4:49 PM Eugenio Perez Martin wrote: > > On Sat, Jan 29, 2022 at 9:11 AM Jason Wang wrote: > > > > > > 在 2022/1/22 上午4:27, Eugenio Pérez 写道: > > > This allows SVQ to negotiate features with the device. For the device, > > > SVQ is a driver. While this function needs to bypa

Re: [PATCH 11/31] vhost: Add vhost_svq_valid_device_features to shadow vq

2022-01-31 Thread Eugenio Perez Martin
On Sat, Jan 29, 2022 at 9:11 AM Jason Wang wrote: > > > 在 2022/1/22 上午4:27, Eugenio Pérez 写道: > > This allows SVQ to negotiate features with the device. For the device, > > SVQ is a driver. While this function needs to bypass all non-transport > > features, it needs to disable the features that SV

Re: [PATCH 11/31] vhost: Add vhost_svq_valid_device_features to shadow vq

2022-01-29 Thread Jason Wang
在 2022/1/22 上午4:27, Eugenio Pérez 写道: This allows SVQ to negotiate features with the device. For the device, SVQ is a driver. While this function needs to bypass all non-transport features, it needs to disable the features that SVQ does not support when forwarding buffers. This includes packed

[PATCH 11/31] vhost: Add vhost_svq_valid_device_features to shadow vq

2022-01-21 Thread Eugenio Pérez
This allows SVQ to negotiate features with the device. For the device, SVQ is a driver. While this function needs to bypass all non-transport features, it needs to disable the features that SVQ does not support when forwarding buffers. This includes packed vq layout, indirect descriptors or event i