On 7/3/24 12:03, Srujana Challa wrote:
Stores desc IOVA in the queue's vring data structure, as preliminary work to provide a way for Virtio-user to share desc IOVA to the vhost backend. Signed-off-by: Srujana Challa <[email protected]> --- drivers/net/virtio/virtio_ring.h | 12 ++++++++---- drivers/net/virtio/virtqueue.c | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-)
Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime

