aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/linux/virtio_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'original/uapi/linux/virtio_config.h')
-rw-r--r--original/uapi/linux/virtio_config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/original/uapi/linux/virtio_config.h b/original/uapi/linux/virtio_config.h
index 3c05162..2c712c6 100644
--- a/original/uapi/linux/virtio_config.h
+++ b/original/uapi/linux/virtio_config.h
@@ -100,6 +100,12 @@
#define VIRTIO_F_SR_IOV 37
/*
+ * This feature indicates that the driver passes extra data (besides
+ * identifying the virtqueue) in its device notifications.
+ */
+#define VIRTIO_F_NOTIFICATION_DATA 38
+
+/*
* This feature indicates that the driver can reset a queue individually.
*/
#define VIRTIO_F_RING_RESET 40