[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [PATCH] description: Avoid splitting the wort virtqueue
Don't split the word virtqueue.
Signed-off-by: Parav Pandit <parav@nvidia.com>
---
device-types/gpu/description.tex | 2 +-
packed-ring.tex | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/device-types/gpu/description.tex b/device-types/gpu/description.tex
index 4435248..66e4873 100644
--- a/device-types/gpu/description.tex
+++ b/device-types/gpu/description.tex
@@ -190,7 +190,7 @@ \subsubsection{Device Operation: Configure mouse cursor}
\subsubsection{Device Operation: Request header}\label{sec:Device Types / GPU Device / Device Operation / Device Operation: Request header}
-All requests and responses on the virt queues have a fixed header
+All requests and responses on the virtqueues have a fixed header
using the following layout structure and definitions:
\begin{lstlisting}
diff --git a/packed-ring.tex b/packed-ring.tex
index 2bb66de..3ee55a1 100644
--- a/packed-ring.tex
+++ b/packed-ring.tex
@@ -194,7 +194,7 @@ \subsection{Scatter-Gather Support}
The device limits the number of descriptors in a list through a
transport-specific and/or device-specific value. If not limited,
-the maximum number of descriptors in a list is the virt queue
+the maximum number of descriptors in a list is the virtqueue
size.
\subsection{Next Flag: Descriptor Chaining}
--
2.34.1
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]