Re: [PATCH 2/2] vhost: search the packed vq driver area in RO areas

2025-06-13 Thread Maxime Coquelin
On 6/5/25 1:35 PM, Eugenio Pérez wrote: QEMU's shadow virtqueue and VDUSE exposes this as read-only. If we don't change it, vhost_iova_to_vva do not consider them as valid and returns that they're not found. Fixes: 2d1541e2b6b3 ("vhost: add vring address setup for packed queues") Cc: sta...@d

[PATCH 2/2] vhost: search the packed vq driver area in RO areas

2025-06-05 Thread Eugenio Pérez
QEMU's shadow virtqueue and VDUSE exposes this as read-only. If we don't change it, vhost_iova_to_vva do not consider them as valid and returns that they're not found. Fixes: 2d1541e2b6b3 ("vhost: add vring address setup for packed queues") Cc: sta...@dpdk.org Signed-off-by: Eugenio Pérez --- l