The subsection is talking about virtio buffers, that is possibly as scatter-gather list mapped by multiple descriptors. Mistakenly we at places we say descriptors instead of buffers.
While at it fix the title case capitalization. We seem to use title case capitalization for subsections in most cases. Signed-off-by: Halil Pasic <pa...@linux.vnet.ibm.com> --- packed-ring.tex | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packed-ring.tex b/packed-ring.tex index 2ef9559..eb006b0 100644 --- a/packed-ring.tex +++ b/packed-ring.tex @@ -272,10 +272,10 @@ Buffer ID is also reserved and is ignored by the device. In descriptors with VIRTQ_DESC_F_INDIRECT set VIRTQ_DESC_F_WRITE is reserved and is ignored by the device. -\subsection{In-order use of descriptors} -\label{sec:Packed Virtqueues / In-order use of descriptors} +\subsection{In-Order Use of Buffers} +\label{sec:Packed Virtqueues / In-Order Use of Buffers} -Some devices always use descriptors in the same order in which +Some devices always use buffers in the same order in which they have been made available. These devices can offer the VIRTIO_F_IN_ORDER feature. If negotiated, this knowledge allows devices to notify the use of a batch of buffers to the driver by -- 1.7.1 --------------------------------------------------------------------- To unsubscribe, e-mail: virtio-dev-unsubscr...@lists.oasis-open.org For additional commands, e-mail: virtio-dev-h...@lists.oasis-open.org