Re: [PATCH] vhost: Fix bad return of descriptors to SVQ

2022-04-01 Thread Jason Wang
On Fri, Apr 1, 2022 at 3:31 PM Eugenio Perez Martin wrote: > > On Fri, Apr 1, 2022 at 4:30 AM Jason Wang wrote: > > > > On Fri, Apr 1, 2022 at 2:14 AM Eugenio Pérez wrote: > > > > > > Only the first one of them were properly enqueued back. > > > > > > Fixes: 100890f7ca ("vhost: Shadow virtqueue

Re: [PATCH] vhost: Fix bad return of descriptors to SVQ

2022-04-01 Thread Eugenio Perez Martin
On Fri, Apr 1, 2022 at 4:30 AM Jason Wang wrote: > > On Fri, Apr 1, 2022 at 2:14 AM Eugenio Pérez wrote: > > > > Only the first one of them were properly enqueued back. > > > > Fixes: 100890f7ca ("vhost: Shadow virtqueue buffers forwarding") > > Signed-off-by: Eugenio Pérez > > --- > > hw/virti

Re: [PATCH] vhost: Fix bad return of descriptors to SVQ

2022-03-31 Thread Jason Wang
On Fri, Apr 1, 2022 at 2:14 AM Eugenio Pérez wrote: > > Only the first one of them were properly enqueued back. > > Fixes: 100890f7ca ("vhost: Shadow virtqueue buffers forwarding") > Signed-off-by: Eugenio Pérez > --- > hw/virtio/vhost-shadow-virtqueue.c | 17 +++-- > 1 file changed,

[PATCH] vhost: Fix bad return of descriptors to SVQ

2022-03-31 Thread Eugenio Pérez
Only the first one of them were properly enqueued back. Fixes: 100890f7ca ("vhost: Shadow virtqueue buffers forwarding") Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-shadow-virtqueue.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/hw/virtio/vhost-shad