Re: [PATCH V7 15/19] virtio_ring: factor out core logic of buffer detaching
From: Jason Wang
Date: Mon Oct 20 2025 - 23:57:18 EST
On Tue, Oct 21, 2025 at 7:06 AM Michael S. Tsirkin <mst@xxxxxxxxxx> wrote:
>
> On Thu, Sep 25, 2025 at 06:37:04PM +0800, Jason Wang wrote:
> > Factor out core logic of buffer detaching and leave the id population
>
>
> "id population" here really means "free list management".
>
>
> > to the caller so in order can just call the core logic.
>
>
> in order -> in_order
>
All fixed.
Thanks