]> git.proxmox.com Git - mirror_qemu.git/commit
docs: avoid vhost-user-net specifics in multiqueue section
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 26 Jun 2019 07:48:15 +0000 (08:48 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 4 Jul 2019 21:00:32 +0000 (17:00 -0400)
commit3ef4dff2b397c8932fd3b4d955cd6ba620245475
tree18a5743033b70a82c2fc4f7ffd11a6055c985de1
parentea1b802ca27e5b38798b1e346352ad724aa841cd
docs: avoid vhost-user-net specifics in multiqueue section

The "Multiple queue support" section makes references to vhost-user-net
"queue pairs".  This is confusing for two reasons:
1. This actually applies to all device types, not just vhost-user-net.
2. VHOST_USER_GET_QUEUE_NUM returns the number of virtqueues, not the
   number of queue pairs.

Reword the section so that the vhost-user-net specific part is relegated
to the very end: we acknowledge that vhost-user-net historically
automatically enabled the first queue pair.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20190626074815.19994-5-stefanha@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
docs/interop/vhost-user.rst