diff options
author | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-02-19 01:22:38 +0000 |
---|---|---|
committer | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-02-19 01:22:38 +0000 |
commit | 23b092a423decab7435a261e46855dad72c01aff (patch) | |
tree | 1d325581e53460aac414d3a90ce86485aa936cfb /content.tex | |
parent | 1da6ff099ef26e189229e493c28383e293fc0d39 (diff) |
net: fix incorrect reference.
It pointed into the block section for some reason.
Signed-off-by: Rusty Russell <rusty@au1.ibm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@250 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'content.tex')
-rw-r--r-- | content.tex | 2 |
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. |