Re: [PATCH net V2] vhost: rewind next_avail_head while discarding descriptors
From: "Michael S. Tsirkin" <mst@redhat.com>
Date: 2025-11-26 06:27:55
Also in:
kvm, stable, virtualization
From: "Michael S. Tsirkin" <mst@redhat.com>
Date: 2025-11-26 06:27:55
Also in:
kvm, stable, virtualization
On Wed, Nov 26, 2025 at 02:18:25PM +0800, Jason Wang wrote:
On Wed, Nov 26, 2025 at 11:42 AM Jakub Kicinski [off-list ref] wrote:quoted
On Thu, 20 Nov 2025 10:29:50 +0800 Jason Wang wrote:quoted
Subject: [PATCH net V2] vhost: rewind next_avail_head while discarding descriptorsquoted
drivers/vhost/net.c | 53 ++++++++++++++++++------------ drivers/vhost/vhost.c | 76 +++++++++++++++++++++++++++++++++++-------- drivers/vhost/vhost.h | 10 +++++-Hm, is this targeting net because Michael is not planning any more PRs for the 6.18 season?Basically because it touches vhost-net. I need inputs for which tree we should go for this and future modifications that touch both vhost core and vhost-net. Thanksquoted
Well this change is mostly net, vhost changes are just moving code around. net tree gets more testing and more eyes looking at it, so it's good for such cases. -- MST