virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH v3 04/14] vdpa: add vhost_vdpa_suspend
       [not found] ` <20230215173850.298832-5-eperezma@redhat.com>
@ 2023-02-16 13:47   ` Alvaro Karsz
  0 siblings, 0 replies; only message in thread
From: Alvaro Karsz @ 2023-02-16 13:47 UTC (permalink / raw)
  To: Eugenio Pérez
  Cc: Laurent Vivier, Parav Pandit, Cindy Lu, Michael S. Tsirkin,
	qemu-devel, Gautam Dawar, virtualization, Harpreet Singh Anand,
	Lei Yang, Stefan Hajnoczi, Eli Cohen, longpeng2, Shannon Nelson,
	Liuxiangdong

Hi,

> The function vhost.c:vhost_dev_stop fetches the vring base so the vq
> state can be migrated to other devices.  However, this is unreliable in
> vdpa, since we didn't signal the device to suspend the queues, making
> the value fetched useless.
>
> Suspend the device if possible before fetching first and subsequent
> vring bases.
>
> Moreover, vdpa totally reset and wipes the device at the last device
> before fetch its vrings base, making that operation useless in the last
> device. This will be fixed in later patches of this series.
>
> Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
> ---
>  hw/virtio/vhost-vdpa.c | 19 +++++++++++++++++++
>  hw/virtio/trace-events |  1 +
>  2 files changed, 20 insertions(+)
>
> diff --git a/hw/virtio/vhost-vdpa.c b/hw/virtio/vhost-vdpa.c
> index 1d0209d6ad..796f38d64e 100644
> --- a/hw/virtio/vhost-vdpa.c
> +++ b/hw/virtio/vhost-vdpa.c
> @@ -1109,6 +1109,24 @@ static void vhost_vdpa_svqs_stop(struct vhost_dev *dev)
>      }
>  }
>
> +static void vhost_vdpa_suspend(struct vhost_dev *dev)
> +{
> +    struct vhost_vdpa *v = dev->opaque;
> +    int r;
> +
> +    if (!vhost_vdpa_first_dev(dev) ||
> +        !(dev->backend_features & BIT_ULL(VHOST_BACKEND_F_SUSPEND))) {

Shouldn't it be backend_cap?
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-16 13:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230215173850.298832-1-eperezma@redhat.com>
     [not found] ` <20230215173850.298832-5-eperezma@redhat.com>
2023-02-16 13:47   ` [PATCH v3 04/14] vdpa: add vhost_vdpa_suspend Alvaro Karsz

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