Skip to content

Commit

Permalink
vhost-user.rst: Fix vring address description
Browse files Browse the repository at this point in the history
There is no "size" field in vring address structure. Remove it.

Fixes: 5fc0e00 ("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>
(cherry picked from commit aa05bd9)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
rdna authored and Michael Tokarev committed Feb 14, 2024
1 parent 181e548 commit 17ae7eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/interop/vhost-user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ Vring descriptor indices for packed virtqueues
A vring address description
^^^^^^^^^^^^^^^^^^^^^^^^^^^

+-------+-------+------+------------+------+-----------+-----+
| index | flags | size | descriptor | used | available | log |
+-------+-------+------+------------+------+-----------+-----+
+-------+-------+------------+------+-----------+-----+
| index | flags | descriptor | used | available | log |
+-------+-------+------------+------+-----------+-----+

:index: a 32-bit vring index

Expand Down

0 comments on commit 17ae7eb

Please sign in to comment.