diff options
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 60b5559..2ef9559 100644 --- a/packed-ring.tex +++ b/packed-ring.tex @@ -594,7 +594,7 @@ value before checking if notifications are suppressed. \subsubsection{Implementation Example}\label{sec:Basic Facilities of a Virtio Device / Packed Virtqueues / Supplying Buffers to The Device / Implementation Example} -Below is an example driver code. It does not attempt to reduce +Below is a driver code example. It does not attempt to reduce the number of device interrupts, neither does it support the VIRTIO_F_RING_EVENT_IDX feature. |