[PATCH] packed-ring.tex: Fix Change Event Wrap Counter description
Yodel Eldar <[email protected]> Fri, 23 Jan 2026 22:53:25 -0600
| Newsgroups | dev.linux.lists.virtio-comment |
|---|---|
| Message-ID | <[email protected]> |
The description for the Descriptor Ring Change Event Wrap Counter in section 2.8.10, Driver and Device Event Suppression, incorrectly restates the description for the Change Event Offset; instead, refer to it as a single-bit wrap counter. Signed-off-by: Yodel Eldar <[email protected]> --- packed-ring.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packed-ring.tex b/packed-ring.tex index 3ee55a1..d53818a 100644 --- a/packed-ring.tex +++ b/packed-ring.tex @@ -346,8 +346,8 @@ \subsection{Driver and Device Event Suppression} size). Event will only trigger when this descriptor is made available/used respectively. \item [Descriptor Ring Change Event Wrap Counter] If Event Flags set to descriptor -specific event: offset within the ring (in units of descriptor -size). Event will only trigger when Ring Wrap Counter +specific event: single-bit wrap counter. +Event will only trigger when Ring Wrap Counter matches this value and a descriptor is made available/used respectively. \end{description} -- 2.52.0