summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/content.tex b/content.tex
index 7e112c7..e7f581b 100644
--- a/content.tex
+++ b/content.tex
@@ -2743,7 +2743,7 @@ VIRTIO_NET_F_MRG_RXBUF case.
Often a driver will suppress transmission interrupts using the
VRING_AVAIL_F_NO_INTERRUPT flag
- (see \ref{sec:Device Types / Block Device}~\nameref{sec:Device Types / Block Device})
+ (see \ref{sec:General Initialization And Device Operation / Device Operation / Receiving Used Buffers From The Device}~\nameref{sec:General Initialization And Device Operation / Device Operation / Receiving Used Buffers From The Device})
and check for used packets in the transmit path of following
packets.