From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqhct-0001Zx-DX for qemu-devel@nongnu.org; Thu, 14 Apr 2016 09:48:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqhcp-0003Im-Lr for qemu-devel@nongnu.org; Thu, 14 Apr 2016 09:48:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqhcp-0003Ii-Gd for qemu-devel@nongnu.org; Thu, 14 Apr 2016 09:48:03 -0400 Date: Thu, 14 Apr 2016 16:47:59 +0300 From: "Michael S. Tsirkin" Message-ID: <1460641658-18561-2-git-send-email-mst@redhat.com> References: <1460641658-18561-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1460641658-18561-1-git-send-email-mst@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 1/6] specs/vhost-user: improve VHOST_SET_VRING_NUM documentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , =?us-ascii?B?PT9VVEYtOD9xP01hcmMtQW5kcj1DMz1BOT0yMEx1cmVhdT89?= , Yuanhan Liu , Changchun Ouyang , Nikolay Nikolaev From: Marc-Andr=E9 Lureau "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=E9 Lureau Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- docs/specs/vhost-user.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specs/vhost-user.txt b/docs/specs/vhost-user.txt index 0312d40..4778241 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 =20 - Sets the number of vrings for this owner. + Set the size of the queue. =20 * VHOST_USER_SET_VRING_ADDR =20 --=20 MST