[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230609092127.170673-2-eperezma@redhat.com>
Date: Fri, 9 Jun 2023 11:21:24 +0200
From: Eugenio Pérez <eperezma@...hat.com>
To: mst@...hat.com, Jason Wang <jasowang@...hat.com>
Cc: Zhu Lingshan <lingshan.zhu@...el.com>,
virtualization@...ts.linux-foundation.org,
"Gonglei (Arei)" <arei.gonglei@...wei.com>, longpeng2@...wei.com,
Lei Yang <leiyang@...hat.com>,
Parav Pandit <parav@...lanox.com>,
Gautam Dawar <gdawar@...inx.com>,
Dragos Tatulea <dtatulea@...dia.com>,
Laurent Vivier <lvivier@...hat.com>, linux-api@...r.kernel.org,
Liuxiangdong <liuxiangdong5@...wei.com>,
linux-kernel@...r.kernel.org, alvaro.karsz@...id-run.com,
Shannon Nelson <snelson@...sando.io>,
Stefano Garzarella <sgarzare@...hat.com>,
Cindy Lu <lulu@...hat.com>, si-wei.liu@...cle.com,
Harpreet Singh Anand <hanand@...inx.com>
Subject: [PATCH v2 1/4] vdpa: add VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK flag
This feature flag allows the driver enabling virtqueues both before and
after DRIVER_OK.
This is needed for software assisted live migration, so userland can
restore the device status in devices with control virtqueue before the
dataplane is enabled.
Signed-off-by: Eugenio Pérez <eperezma@...hat.com>
Acked-by: Shannon Nelson <shannon.nelson@....com>
---
include/uapi/linux/vhost_types.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/uapi/linux/vhost_types.h b/include/uapi/linux/vhost_types.h
index c5690a8992d8..4889e6d70b15 100644
--- a/include/uapi/linux/vhost_types.h
+++ b/include/uapi/linux/vhost_types.h
@@ -165,5 +165,9 @@ struct vhost_vdpa_iova_range {
#define VHOST_BACKEND_F_SUSPEND 0x4
/* Device can be resumed */
#define VHOST_BACKEND_F_RESUME 0x5
+/* Device supports the driver enabling virtqueues both before and after
+ * DRIVER_OK
+ */
+#define VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK 0x6
#endif
--
2.31.1
Powered by blists - more mailing lists