[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250814023607.3888932-1-junnan01.wu@samsung.com>
Date: Thu, 14 Aug 2025 10:36:07 +0800
From: Junnan Wu <junnan01.wu@...sung.com>
To: kuba@...nel.org
Cc: andrew+netdev@...n.ch, davem@...emloft.net, edumazet@...gle.com,
eperezma@...hat.com, jasowang@...hat.com, junnan01.wu@...sung.com,
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 Wed, 13 Aug 2025 17:23:07 -0700 Jakub Kicinski wrote:
> Sounds like a fix people may want to backport. Could you repost with
> an appropriate Fixes tag added, pointing to the earliest commit where
> the problem can be observed?
This issue is caused by commit "7b0411ef4aa69c9256d6a2c289d0a2b320414633"
After this patch, during `virtnet_poll`, function `virtnet_poll_cleantx`
will be invoked, which will wakeup tx queue and clear queue state.
If you agree with it, I will repost with this Fixes tag later.
Fixes: 7b0411ef4aa6 ("virtio-net: clean tx descriptors from rx napi")
Powered by blists - more mailing lists