linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix expected set_vq_state behavior on vdpa_sim
@ 2023-01-18 16:43 Eugenio Pérez
  2023-01-18 16:43 ` [PATCH 1/2] vdpa_sim: not reset state in vdpasim_queue_ready Eugenio Pérez
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Eugenio Pérez @ 2023-01-18 16:43 UTC (permalink / raw)
  To: mst
  Cc: leiyang, Laurent Vivier, sgarzare, jasowang, Zhu Lingshan,
	virtualization, si-wei.liu, linux-kernel, lulu, Gautam Dawar,
	alvaro.karsz

The use of set_vq_state is to indicate vdpa device the state of a virtqueue.
In the case of split, it means the avail_idx.  This is mandatory for use
cases like live migration.

However, vdpa_sim reset the vq state at vdpasim_queue_ready since it calls
vringh_init_iotlb.

Also, to starting from an used_idx different than 0 is needed in use cases like
virtual machine migration.  Not doing so and letting the caller set an avail
idx different than 0 causes destination device to try to use old buffers that
source driver already recover and are not available anymore.

This series fixes both problems allowing to migrate to a vdpa_sim_net device.

Eugenio Pérez (2):
  vdpa_sim: not reset state in vdpasim_queue_ready
  vringh: fetch used_idx from vring at vringh_init_iotlb

 drivers/vdpa/vdpa_sim/vdpa_sim.c |  2 ++
 drivers/vhost/vringh.c           | 25 +++++++++++++++++++++++--
 2 files changed, 25 insertions(+), 2 deletions(-)

-- 
2.31.1



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

end of thread, other threads:[~2023-02-13 12:08 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-18 16:43 [PATCH 0/2] Fix expected set_vq_state behavior on vdpa_sim Eugenio Pérez
2023-01-18 16:43 ` [PATCH 1/2] vdpa_sim: not reset state in vdpasim_queue_ready Eugenio Pérez
2023-01-19  3:16   ` Jason Wang
2023-01-19  9:14     ` Eugenio Perez Martin
2023-01-29  5:56       ` Jason Wang
2023-01-31 15:44         ` Lei Yang
2023-01-18 16:43 ` [PATCH 2/2] vringh: fetch used_idx from vring at vringh_init_iotlb Eugenio Pérez
2023-01-19  3:20   ` Jason Wang
2023-01-19  8:10     ` Eugenio Perez Martin
2023-01-29  6:00       ` Jason Wang
2023-01-30 16:38         ` Eugenio Perez Martin
2023-01-31  3:16           ` Jason Wang
2023-01-31  7:58             ` Eugenio Perez Martin
2023-02-13 12:03               ` Michael S. Tsirkin
2023-02-01 16:11   ` Michael S. Tsirkin
2023-02-01 17:24     ` Eugenio Perez Martin
2023-01-27 10:53 ` [PATCH 0/2] Fix expected set_vq_state behavior on vdpa_sim Michael S. Tsirkin

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).