projects
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
vdpa: support exposing the config size to userspace
[linux.git]
/
include
/
uapi
/
linux
/
vhost.h
diff --git
a/include/uapi/linux/vhost.h
b/include/uapi/linux/vhost.h
index c998860d7bbc4351c37c702ea69ea88a814b19cf..bc74e95a273a7daf5defeef6d23987396eb49579 100644
(file)
--- a/
include/uapi/linux/vhost.h
+++ b/
include/uapi/linux/vhost.h
@@
-150,4
+150,8
@@
/* 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.