Thread (18 messages) 18 messages, 3 authors, 2022-08-11

[RFC 2/5] vhost: announce VIRTIO_F_IN_ORDER support

From: Guo Zhi <hidden>
Date: 2022-07-21 08:44:36
Also in: kvm, lkml
Subsystem: the rest, virtio host (vhost) · Maintainers: Linus Torvalds, "Michael S. Tsirkin", Jason Wang

In order feature is supported by default in vhost.

Signed-off-by: Guo Zhi <redacted>
---
 drivers/vhost/vhost.h | 1 +
 1 file changed, 1 insertion(+)
diff --git a/drivers/vhost/vhost.h b/drivers/vhost/vhost.h
index 7b2c0fbb5..b425c8f50 100644
--- a/drivers/vhost/vhost.h
+++ b/drivers/vhost/vhost.h
@@ -241,6 +241,7 @@ enum {
 			 (1ULL << VIRTIO_RING_F_EVENT_IDX) |
 			 (1ULL << VHOST_F_LOG_ALL) |
 			 (1ULL << VIRTIO_F_ANY_LAYOUT) |
+			 (1ULL << VIRTIO_F_IN_ORDER) |
 			 (1ULL << VIRTIO_F_VERSION_1)
 };
 
-- 
2.17.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help