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

2024-07-20 Thread Michael S. Tsirkin
On Mon, Jul 08, 2024 at 12:48:39PM +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 case the guest has added > some buffers to the avail

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

2024-07-11 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

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

2024-07-08 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

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

2024-07-07 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