Re: [PATCH v3] net/virtio_user: fix cq descriptor conversion with non vDPA backend

2024-07-12 Thread David Marchand
On Fri, Jul 12, 2024 at 2:36 PM Srujana Challa wrote: > > This patch modifies the code to convert descriptor buffer IOVA > addresses to virtual addresses only when use_va flag is false. > > This patch fixes segmentation fault with vhost-user backend. > > Fixes: 67e9e504dae2 ("net/virtio_user: conv

[PATCH v3] net/virtio_user: fix cq descriptor conversion with non vDPA backend

2024-07-12 Thread Srujana Challa
This patch modifies the code to convert descriptor buffer IOVA addresses to virtual addresses only when use_va flag is false. This patch fixes segmentation fault with vhost-user backend. Fixes: 67e9e504dae2 ("net/virtio_user: convert cq descriptor IOVA address to Virtual address") Reported-by: