mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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>
This commit is contained in:
parent
d44122ecd0
commit
09230cb867
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue