[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACGkMEtakEiHbrcAqF+TMU0jWgYOxTcDYpuELG+1p9d85MSN0w@mail.gmail.com>
Date: Fri, 15 Aug 2025 13:38:21 +0800
From: Jason Wang <jasowang@...hat.com>
To: Junnan Wu <junnan01.wu@...sung.com>
Cc: andrew+netdev@...n.ch, davem@...emloft.net, edumazet@...gle.com,
eperezma@...hat.com, kuba@...nel.org, lei19.wang@...sung.com,
linux-kernel@...r.kernel.org, mst@...hat.com, netdev@...r.kernel.org,
pabeni@...hat.com, q1.huang@...sung.com, virtualization@...ts.linux.dev,
xuanzhuo@...ux.alibaba.com, ying123.xu@...sung.com
Subject: Re: [PATCH net] virtio_net: adjust the execution order of function
`virtnet_close` during freeze
On Fri, Aug 15, 2025 at 10:24 AM Junnan Wu <junnan01.wu@...sung.com> wrote:
>
> Sorry, I basically mean that the tx napi which caused by userspace will not be scheduled during suspend,
> others can not be guaranteed, such as unfinished packets already in tx vq etc.
>
> But after this patch, once `virtnet_close` completes,
> both tx and rq napi will be disabled which guarantee their napi will not be scheduled in future.
> And the tx state will be set to "__QUEUE_STATE_DRV_XOFF" correctly in `netif_device_detach`.
Ok, so the commit mentioned by fix tag is incorrect.
Thanks
>
> Thanks.
>
Powered by blists - more mailing lists