Re: [PATCH v3 3/3] net/virtio_user: support sharing vq descriptor IOVA to the backend

2024-07-03 Thread Maxime Coquelin
On 7/3/24 12:03, Srujana Challa wrote: Adds support to share descriptor IOVA to the vhost backend. This makes virtio_user driver works in IOVA as PA mode when use_va flag is disabled. This patch also disables use_va flag for VDPA backend. Signed-off-by: Srujana Challa --- .../net/virtio/vi

[PATCH v3 3/3] net/virtio_user: support sharing vq descriptor IOVA to the backend

2024-07-03 Thread Srujana Challa
Adds support to share descriptor IOVA to the vhost backend. This makes virtio_user driver works in IOVA as PA mode when use_va flag is disabled. This patch also disables use_va flag for VDPA backend. Signed-off-by: Srujana Challa --- .../net/virtio/virtio_user/virtio_user_dev.c | 26 +++