]> Git Repo - qemu.git/commitdiff
specs/vhost-user: improve VHOST_SET_VRING_NUM documentation
authorMarc-André Lureau <[email protected]>
Sat, 9 Apr 2016 13:50:35 +0000 (15:50 +0200)
committerMichael S. Tsirkin <[email protected]>
Wed, 13 Apr 2016 16:52:34 +0000 (19:52 +0300)
"number of vrings" doesn't help me understand the purpose of this
message. My understanding is that it is rather the size of the queue (in
modern terms).

Signed-off-by: Marc-André Lureau <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
docs/specs/vhost-user.txt

index 0312d40af08d019c2777a0126d0038f8483983f4..47782419c9931f39969cd2913799977916ff7be6 100644 (file)
@@ -364,7 +364,7 @@ Message types
       Equivalent ioctl: VHOST_SET_VRING_NUM
       Master payload: vring state description
 
-      Sets the number of vrings for this owner.
+      Set the size of the queue.
 
  * VHOST_USER_SET_VRING_ADDR
 
This page took 0.026148 seconds and 4 git commands to generate.