On Mon, Dec 1, 2025 at 8:51 PM Eugenio Pérez <[email protected]> wrote: > > The device is not able to generate indirect descriptors by itself, only > the driver can do it. And SVQ is already able to handle them by reusing > VirtQueue struct. > > Shadow VirtQueue just transform the indirect descriptors to chained > buffers. This way we don't need to map a new buffer for the indirect > table and handle its exhaustion etc. As they are only used in control > plane and HW devices don't like indirect, we should not see significant > downsides with these. > > Signed-off-by: Eugenio Pérez <[email protected]> > -- >
Acked-by: Jason Wang <[email protected]> Thanks
