Re: [RFC PATCH 07/12] vdpa: add vhost_vdpa_reset_queue

2023-07-24 Thread Eugenio Perez Martin
On Fri, Jul 21, 2023 at 11:57 PM Si-Wei Liu wrote: > > > > On 7/20/2023 11:14 AM, Eugenio Pérez wrote: > > Split out vq reset operation in its own function, as it may be called > > with ring reset. > > > > Signed-off-by: Eugenio Pérez > > --- > > hw/virtio/vhost-vdpa.c | 16 > >

Re: [RFC PATCH 07/12] vdpa: add vhost_vdpa_reset_queue

2023-07-21 Thread Si-Wei Liu
On 7/20/2023 11:14 AM, Eugenio Pérez wrote: Split out vq reset operation in its own function, as it may be called with ring reset. Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-vdpa.c | 16 1 file changed, 16 insertions(+) diff --git a/hw/virtio/vhost-vdpa.c b/hw/virt

[RFC PATCH 07/12] vdpa: add vhost_vdpa_reset_queue

2023-07-20 Thread Eugenio Pérez
Split out vq reset operation in its own function, as it may be called with ring reset. Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-vdpa.c | 16 1 file changed, 16 insertions(+) diff --git a/hw/virtio/vhost-vdpa.c b/hw/virtio/vhost-vdpa.c index 6ae276ccde..df2515a247 100644