* [virtio-dev] [PATCH] virtio-net: Fix virtqueues spelling error
@ 2023-03-10 15:05 ` Parav Pandit
0 siblings, 0 replies; 8+ messages in thread
From: Parav Pandit @ 2023-03-10 15:05 UTC (permalink / raw)
To: mst, virtio-dev, cohuck; +Cc: virtio-comment, shahafs, Parav Pandit
Correct spelling from virtqueus to virtqueues.
Signed-off-by: Parav Pandit <parav@nvidia.com>
---
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: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org
^ permalink raw reply related [flat|nested] 8+ messages in thread* [virtio-comment] Re: [PATCH] virtio-net: Fix virtqueues spelling error
2023-03-10 15:05 ` [virtio-dev] " Parav Pandit
@ 2023-03-11 21:18 ` Michael S. Tsirkin
-1 siblings, 0 replies; 8+ messages in thread
From: Michael S. Tsirkin @ 2023-03-11 21:18 UTC (permalink / raw)
To: Parav Pandit; +Cc: virtio-dev, cohuck, virtio-comment, shahafs
On Fri, Mar 10, 2023 at 05:05:19PM +0200, Parav Pandit wrote:
> Correct spelling from virtqueus to virtqueues.
>
> Signed-off-by: Parav Pandit <parav@nvidia.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
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
This publicly archived list offers a means to provide input to the
OASIS Virtual I/O Device (VIRTIO) TC.
In order to verify user consent to the Feedback License terms and
to minimize spam in the list archive, subscription is required
before posting.
Subscribe: virtio-comment-subscribe@lists.oasis-open.org
Unsubscribe: virtio-comment-unsubscribe@lists.oasis-open.org
List help: virtio-comment-help@lists.oasis-open.org
List archive: https://lists.oasis-open.org/archives/virtio-comment/
Feedback License: https://www.oasis-open.org/who/ipr/feedback_license.pdf
List Guidelines: https://www.oasis-open.org/policies-guidelines/mailing-lists
Committee: https://www.oasis-open.org/committees/virtio/
Join OASIS: https://www.oasis-open.org/join/
^ permalink raw reply [flat|nested] 8+ messages in thread* [virtio-dev] Re: [PATCH] virtio-net: Fix virtqueues spelling error
@ 2023-03-11 21:18 ` Michael S. Tsirkin
0 siblings, 0 replies; 8+ messages in thread
From: Michael S. Tsirkin @ 2023-03-11 21:18 UTC (permalink / raw)
To: Parav Pandit; +Cc: virtio-dev, cohuck, virtio-comment, shahafs
On Fri, Mar 10, 2023 at 05:05:19PM +0200, Parav Pandit wrote:
> Correct spelling from virtqueus to virtqueues.
>
> Signed-off-by: Parav Pandit <parav@nvidia.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
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: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [virtio-comment] [PATCH] virtio-net: Fix virtqueues spelling error
2023-03-10 15:05 ` [virtio-dev] " Parav Pandit
@ 2023-03-13 10:04 ` Jiri Pirko
-1 siblings, 0 replies; 8+ messages in thread
From: Jiri Pirko @ 2023-03-13 10:04 UTC (permalink / raw)
To: Parav Pandit; +Cc: mst, virtio-dev, cohuck, virtio-comment, shahafs
Fri, Mar 10, 2023 at 04:05:19PM CET, parav@nvidia.com wrote:
>Correct spelling from virtqueus to virtqueues.
>
>Signed-off-by: Parav Pandit <parav@nvidia.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
This publicly archived list offers a means to provide input to the
OASIS Virtual I/O Device (VIRTIO) TC.
In order to verify user consent to the Feedback License terms and
to minimize spam in the list archive, subscription is required
before posting.
Subscribe: virtio-comment-subscribe@lists.oasis-open.org
Unsubscribe: virtio-comment-unsubscribe@lists.oasis-open.org
List help: virtio-comment-help@lists.oasis-open.org
List archive: https://lists.oasis-open.org/archives/virtio-comment/
Feedback License: https://www.oasis-open.org/who/ipr/feedback_license.pdf
List Guidelines: https://www.oasis-open.org/policies-guidelines/mailing-lists
Committee: https://www.oasis-open.org/committees/virtio/
Join OASIS: https://www.oasis-open.org/join/
^ permalink raw reply [flat|nested] 8+ messages in thread
* [virtio-dev] Re: [virtio-comment] [PATCH] virtio-net: Fix virtqueues spelling error
@ 2023-03-13 10:04 ` Jiri Pirko
0 siblings, 0 replies; 8+ messages in thread
From: Jiri Pirko @ 2023-03-13 10:04 UTC (permalink / raw)
To: Parav Pandit; +Cc: mst, virtio-dev, cohuck, virtio-comment, shahafs
Fri, Mar 10, 2023 at 04:05:19PM CET, parav@nvidia.com wrote:
>Correct spelling from virtqueus to virtqueues.
>
>Signed-off-by: Parav Pandit <parav@nvidia.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org
^ permalink raw reply [flat|nested] 8+ messages in thread
* [virtio-comment] Re: [PATCH] virtio-net: Fix virtqueues spelling error
2023-03-10 15:05 ` [virtio-dev] " Parav Pandit
@ 2023-03-15 11:17 ` Cornelia Huck
-1 siblings, 0 replies; 8+ messages in thread
From: Cornelia Huck @ 2023-03-15 11:17 UTC (permalink / raw)
To: Parav Pandit, mst, virtio-dev; +Cc: virtio-comment, shahafs, Parav Pandit
On Fri, Mar 10 2023, Parav Pandit <parav@nvidia.com> wrote:
> Correct spelling from virtqueus to virtqueues.
>
> Signed-off-by: Parav Pandit <parav@nvidia.com>
> ---
> device-types/net/description.tex | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks, pushed as editorial update.
This publicly archived list offers a means to provide input to the
OASIS Virtual I/O Device (VIRTIO) TC.
In order to verify user consent to the Feedback License terms and
to minimize spam in the list archive, subscription is required
before posting.
Subscribe: virtio-comment-subscribe@lists.oasis-open.org
Unsubscribe: virtio-comment-unsubscribe@lists.oasis-open.org
List help: virtio-comment-help@lists.oasis-open.org
List archive: https://lists.oasis-open.org/archives/virtio-comment/
Feedback License: https://www.oasis-open.org/who/ipr/feedback_license.pdf
List Guidelines: https://www.oasis-open.org/policies-guidelines/mailing-lists
Committee: https://www.oasis-open.org/committees/virtio/
Join OASIS: https://www.oasis-open.org/join/
^ permalink raw reply [flat|nested] 8+ messages in thread
* [virtio-dev] Re: [PATCH] virtio-net: Fix virtqueues spelling error
@ 2023-03-15 11:17 ` Cornelia Huck
0 siblings, 0 replies; 8+ messages in thread
From: Cornelia Huck @ 2023-03-15 11:17 UTC (permalink / raw)
To: Parav Pandit, mst, virtio-dev; +Cc: virtio-comment, shahafs, Parav Pandit
On Fri, Mar 10 2023, Parav Pandit <parav@nvidia.com> wrote:
> Correct spelling from virtqueus to virtqueues.
>
> Signed-off-by: Parav Pandit <parav@nvidia.com>
> ---
> device-types/net/description.tex | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks, pushed as editorial update.
---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org
^ permalink raw reply [flat|nested] 8+ messages in thread