vdpa: support exposing the config size to userspace
[linux.git] / include / uapi / linux / vhost.h
index c998860d7bbc4351c37c702ea69ea88a814b19cf..bc74e95a273a7daf5defeef6d23987396eb49579 100644 (file)
 /* Get the valid iova range */
 #define VHOST_VDPA_GET_IOVA_RANGE      _IOR(VHOST_VIRTIO, 0x78, \
                                             struct vhost_vdpa_iova_range)
+
+/* Get the config size */
+#define VHOST_VDPA_GET_CONFIG_SIZE     _IOR(VHOST_VIRTIO, 0x79, __u32)
+
 #endif
This page took 0.033569 seconds and 4 git commands to generate.