vhost-user.rst: Fix vring address description

There is no "size" field in vring address structure. Remove it.

Fixes: 5fc0e00291 ("Add vhost-user protocol documentation")
Signed-off-by: Andrey Ignatov <rdna@apple.com>
Message-Id: <20240112004555.64900-1-rdna@apple.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
Andrey Ignatov 2024-01-11 16:45:55 -08:00 committed by Michael S. Tsirkin
parent 35a6380b4e
commit aa05bd9ef4

View File

@ -148,9 +148,9 @@ Vring descriptor indices for packed virtqueues
A vring address description A vring address description
^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
+-------+-------+------+------------+------+-----------+-----+ +-------+-------+------------+------+-----------+-----+
| index | flags | size | descriptor | used | available | log | | index | flags | descriptor | used | available | log |
+-------+-------+------+------------+------+-----------+-----+ +-------+-------+------------+------+-----------+-----+
:index: a 32-bit vring index :index: a 32-bit vring index