On Tue, Dec 3, 2024 at 3:31 PM Koichiro Den <koichiro.den@xxxxxxxxxxxxx> wrote: > > When virtqueue_resize() has actually recycled all unused buffers, > additional work may be required in some cases. Relying solely on its > return status is fragile, so introduce a new argument 'flushed' to > explicitly indicate whether it has really occurred. > > Signed-off-by: Koichiro Den <koichiro.den@xxxxxxxxxxxxx> Acked-by: Jason Wang <jasowang@xxxxxxxxxx> Thanks