Re: [PATCH net 1/3] virtio-net: make refill work a per receive queue work

From: Jason Wang

Date: Tue Dec 23 2025 - 19:52:53 EST


On Tue, Dec 23, 2025 at 11:27 PM Bui Quang Minh
<minhquangbui99@xxxxxxxxx> wrote:
>
> Currently, the refill work is a global delayed work for all the receive
> queues. This commit makes the refill work a per receive queue so that we
> can manage them separately and avoid further mistakes. It also helps the
> successfully refilled queue avoid the napi_disable in the global delayed
> refill work like before.
>
> Signed-off-by: Bui Quang Minh <minhquangbui99@xxxxxxxxx>
> ---

I may miss something but I think this patch is sufficient to fix the problem?

Thanks