qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] vhost: Get vring base from vq, not svq
@ 2022-07-15  7:25 Eugenio Pérez
  2022-07-15  7:25 ` [PATCH 1/2] " Eugenio Pérez
  2022-07-15  7:25 ` [PATCH 2/2] vhost: Move SVQ queue rewind to the destination Eugenio Pérez
  0 siblings, 2 replies; 3+ messages in thread
From: Eugenio Pérez @ 2022-07-15  7:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: Jason Wang, Michael S. Tsirkin

The SVQ vring used idx usually match with the guest visible one, as long
as all the guest buffers (GPA) maps to exactly one buffer within qemu's
VA. However, as we can see in virtqueue_map_desc, a single guest buffer
could map to many buffers in SVQ vring.

The solution is to stop using the device's used idx and check for the
last avail idx. Since we cannot report in-flight descriptors with vdpa,
let's rewind all of them.

Also, move this rewind to the destination, so we keep migrating the in-flight
ones in case the destnation backend support them (vhost-kernel, emulated virtio
in qemu, etc.)

Eugenio Pérez (2):
  vhost: Get vring base from vq, not svq
  vhost: Move SVQ queue rewind to the destination

 hw/virtio/vhost-vdpa.c | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

-- 
2.31.1




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-15  7:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-15  7:25 [PATCH 0/2] vhost: Get vring base from vq, not svq Eugenio Pérez
2022-07-15  7:25 ` [PATCH 1/2] " Eugenio Pérez
2022-07-15  7:25 ` [PATCH 2/2] vhost: Move SVQ queue rewind to the destination Eugenio Pérez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).