diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-04-09 15:50:35 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2016-04-13 19:52:34 +0300 |
commit | 09230cb8676bd4f18f919afe52dab32063adff5f (patch) | |
tree | 378ac00906b2ddfbf4b304a18833f3ced73bdb95 | |
parent | d44122ecd0fa62d20762bdd8f214f077cb8e011b (diff) |
specs/vhost-user: improve VHOST_SET_VRING_NUM documentation
"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 <marcandre.lureau@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | docs/specs/vhost-user.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/specs/vhost-user.txt b/docs/specs/vhost-user.txt index 0312d40af0..47782419c9 100644 --- a/docs/specs/vhost-user.txt +++ b/docs/specs/vhost-user.txt @@ -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 |