Re: [PATCH v6] virtio-net: Fix network stall at the host side waiting for kick

2024-06-30 Thread Michael S. Tsirkin
Thanks for the patch! Yes something to improve: On Sun, Jun 30, 2024 at 02:36:15PM +0800, Wencheng Yang wrote: > From: thomas > > Patch 06b12970174 ("virtio-net: fix network stall under load") > added double-check to test whether the available buffer size > can satisfy the request or not, in ca

[PATCH v6] virtio-net: Fix network stall at the host side waiting for kick

2024-06-29 Thread Wencheng Yang
From: thomas Patch 06b12970174 ("virtio-net: fix network stall under load") added double-check to test whether the available buffer size can satisfy the request or not, in case the guest has added some buffers to the avail ring simultaneously after the first check. It will be lucky if the availab