On Wed, Dec 4, 2024 at 1:08 PM Koichiro Den <[email protected]> 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 function argument > 'recycle_done', which is invoked when the recycle really occurs. > > Cc: <[email protected]> # v6.11+ > Signed-off-by: Koichiro Den <[email protected]>
Acked-by: Jason Wang <[email protected]> Thanks

