On Wed, Dec 4, 2024 at 1:08 PM Koichiro Den <[email protected]> wrote: > > When virtqueue_reset() 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 function argument > 'recycle_done', which is invoked when it really occurs. > > Signed-off-by: Koichiro Den <[email protected]>
Acked-by: Jason Wang <[email protected]> Thanks

