aboutsummaryrefslogtreecommitdiffstats
path: root/packed-ring.tex
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2018-11-29 14:46:21 -0500
committerMichael S. Tsirkin <mst@redhat.com>2018-12-12 17:21:29 -0500
commit8a5ce09551d3aac9ac2f66b2b2c97648033311fc (patch)
tree00219ac8495b543e1449ebc3b35fe5fda9360d0b /packed-ring.tex
parent4ca1311444961e19f65d0a662a07be9df382c2b7 (diff)
downloadvirtio-spec-8a5ce09551d3aac9ac2f66b2b2c97648033311fc.tar.gz
packed-ring: fix queue size for pci
PCI is the only transport that has text enforcing a power of two size for VQs. There's no real reason for it to do it, so document that it does not apply with the packed rings. Accordingly, drop the text "unless enforced by a transport" from packed ring description. Fixes: https://github.com/oasis-tcs/virtio-spec/issues/28 Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'packed-ring.tex')
-rw-r--r--packed-ring.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/packed-ring.tex b/packed-ring.tex
index f24f49b..2a6c685 100644
--- a/packed-ring.tex
+++ b/packed-ring.tex
@@ -386,7 +386,7 @@ part of the virtqueue.
Queue Size corresponds to the maximum number of descriptors in the
virtqueue\footnote{For example, if Queue Size is 4 then at most 4 buffers
can be queued at any given time.}. The Queue Size value does not
-have to be a power of 2 unless enforced by the transport.
+have to be a power of 2.
\drivernormative{\subsection}{Virtqueues}{Basic Facilities of a
Virtio Device / Packed Virtqueues}