Re: [PATCH v8 2/6] vduse: add vq group support
From: Yongji Xie
Date: Thu Oct 30 2025 - 08:18:48 EST
On Thu, Oct 30, 2025 at 6:01 PM Eugenio Pérez <eperezma@xxxxxxxxxx> wrote:
>
> This allows separate the different virtqueues in groups that shares the
> same address space. Asking the VDUSE device for the groups of the vq at
> the beginning as they're needed for the DMA API.
>
> Allocating 3 vq groups as net is the device that need the most groups:
> * Dataplane (guest passthrough)
> * CVQ
> * Shadowed vrings.
>
> Future versions of the series can include dynamic allocation of the
> groups array so VDUSE can declare more groups.
>
> Acked-by: Jason Wang <jasowang@xxxxxxxxxx>
> Signed-off-by: Eugenio Pérez <eperezma@xxxxxxxxxx>
Reviewed-by: Xie Yongji <xieyongji@xxxxxxxxxxxxx>
Thanks,
Yongji