Re: [RFC PATCH v9 09/23] vhost: Add SVQElement

2022-07-12 Thread Jason Wang
在 2022/7/11 17:33, Eugenio Perez Martin 写道: On Mon, Jul 11, 2022 at 11:00 AM Jason Wang wrote: 在 2022/7/7 02:39, Eugenio Pérez 写道: This will allow SVQ to add metadata to the different queue elements. To simplify changes, only store actual element at this patch. Signed-off-by: Eugenio Pérez

Re: [RFC PATCH v9 09/23] vhost: Add SVQElement

2022-07-11 Thread Eugenio Perez Martin
On Mon, Jul 11, 2022 at 11:00 AM Jason Wang wrote: > > > 在 2022/7/7 02:39, Eugenio Pérez 写道: > > This will allow SVQ to add metadata to the different queue elements. To > > simplify changes, only store actual element at this patch. > > > > Signed-off-by: Eugenio Pérez > > --- > > hw/virtio/vhos

Re: [RFC PATCH v9 09/23] vhost: Add SVQElement

2022-07-11 Thread Jason Wang
在 2022/7/7 02:39, Eugenio Pérez 写道: This will allow SVQ to add metadata to the different queue elements. To simplify changes, only store actual element at this patch. Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-shadow-virtqueue.h | 8 -- hw/virtio/vhost-shadow-virtqueue.c | 41 ++

[RFC PATCH v9 09/23] vhost: Add SVQElement

2022-07-06 Thread Eugenio Pérez
This will allow SVQ to add metadata to the different queue elements. To simplify changes, only store actual element at this patch. Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-shadow-virtqueue.h | 8 -- hw/virtio/vhost-shadow-virtqueue.c | 41 -- 2 files chan