On Fri, Mar 10, 2023 at 05:05:19PM +0200, Parav Pandit wrote: > Correct spelling from virtqueus to virtqueues. > > Signed-off-by: Parav Pandit <[email protected]>
Acked-by: Michael S. Tsirkin <[email protected]> A minor cleanup Cornelia can you commit? > --- > device-types/net/description.tex | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/device-types/net/description.tex > b/device-types/net/description.tex > index 4cd89ca..960a2e4 100644 > --- a/device-types/net/description.tex > +++ b/device-types/net/description.tex > @@ -1438,7 +1438,7 @@ \subsubsection{Control Virtqueue}\label{sec:Device > Types / Network Device / Devi > Field \field{unclassified_queue} contains the 0-based index of > the receive virtqueue to place unclassified packets in. Index 0 corresponds > to receiveq1. > > -Field \field{indirection_table} contains an array of 0-based indices of > receive virtqueus. Index 0 corresponds to receiveq1. > +Field \field{indirection_table} contains an array of 0-based indices of > receive virtqueues. Index 0 corresponds to receiveq1. > > A driver sets \field{max_tx_vq} to inform a device how many transmit > virtqueues it may use (transmitq1\ldots transmitq \field{max_tx_vq}). > > -- > 2.26.2 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
