diff options
author | Daniel Marcovitch <danielm@mellanox.com> | 2018-10-31 17:18:27 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2018-11-30 15:24:38 -0500 |
commit | 09245d6f7d1edcbef06b6c1faff61b487ebcc4c3 (patch) | |
tree | 3b0cd23be63b11325ca7f92e35c90aa6ca2831b6 /packed-ring.tex | |
parent | b50f8e62ebe87a78dc4818c7dff6e4527ee13f43 (diff) | |
download | virtio-spec-09245d6f7d1edcbef06b6c1faff61b487ebcc4c3.tar.gz |
packed-ring/split-ring/content: fixed misc typos
Signed-off-by: Daniel Marcovitch <danielm@mellanox.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/24
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'packed-ring.tex')
-rw-r--r-- | packed-ring.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packed-ring.tex b/packed-ring.tex index ebbad95..f24f49b 100644 --- a/packed-ring.tex +++ b/packed-ring.tex @@ -186,7 +186,7 @@ described completely by a single descriptor. While unusual (most implementations either create all lists solely using non-indirect descriptors, or always use a single indirect element), if both features have been negotiated, mixing -direct and direct descriptors in a ring is valid, as long as each +indirect and non-indirect descriptors in a ring is valid, as long as each list only contains descriptors of a given type. Scatter/gather lists only apply to available descriptors. A |