diff options
-rw-r--r-- | content.tex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content.tex b/content.tex index 3d7cf46..d989d98 100644 --- a/content.tex +++ b/content.tex @@ -3471,8 +3471,11 @@ The device MUST set \field{num_buffers} to the number of descriptors used to hold the incoming packet. The device MUST use only a single descriptor if VIRTIO_NET_F_MRG_RXBUF -was not negotiated. \note{This means that \field{num_buffers} will always be 1 +was not negotiated. +\begin{note} +{This means that \field{num_buffers} will always be 1 if VIRTIO_NET_F_MRG_RXBUF is not negotiated.} +\end{note} \subsubsection{Processing of Incoming Packets}\label{sec:Device Types / Network Device / Device Operation / Processing of Incoming Packets} \label{sec:Device Types / Network Device / Device Operation / Processing of Packets}%old label for latexdiff |