]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
uapi: update virtio_config.h
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 22 Jan 2024 18:11:00 +0000 (10:11 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 22 Jan 2024 18:11:00 +0000 (10:11 -0800)
Updated from to 6.8.0-rc1.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/uapi/linux/virtio_config.h

index 8c3f151d72b15311905488a90332181b6d69fba1..3bf80a8d447b8ee53adbb3952ec9632016318b8e 100644 (file)
@@ -52,7 +52,7 @@
  * rest are per-device feature bits.
  */
 #define VIRTIO_TRANSPORT_F_START       28
-#define VIRTIO_TRANSPORT_F_END         41
+#define VIRTIO_TRANSPORT_F_END         42
 
 #ifndef VIRTIO_CONFIG_NO_LEGACY
 /* Do we get callbacks when the ring is completely used, even if we've
  * This feature indicates that the driver can reset a queue individually.
  */
 #define VIRTIO_F_RING_RESET            40
+
+/*
+ * This feature indicates that the device support administration virtqueues.
+ */
+#define VIRTIO_F_ADMIN_VQ              41
+
 #endif /* _LINUX_VIRTIO_CONFIG_H */