All of lore.kernel.org
 help / color / mirror / Atom feed
* [virtio-comment] [PATCH v2] virtio-net: add missing articles for new hdr_len feature
@ 2019-11-20 13:23 Cornelia Huck
  2019-11-21 14:24 ` [virtio-comment] " Stefan Hajnoczi
  2019-11-21 22:10 ` Michael S. Tsirkin
  0 siblings, 2 replies; 3+ messages in thread
From: Cornelia Huck @ 2019-11-20 13:23 UTC (permalink / raw)
  To: virtio-comment
  Cc: Vitaly Mireyno, Michael S . Tsirkin, Jason Wang, Stefan Hajnoczi,
	Cornelia Huck

And tweak a sentence slightly.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
---

v1->v2:
- add one more tweak [Stefan]

Note: I have not added definite articles to the feature description; _all_
features for virtio-net are described in that way, and we should add them
in one go should we decide to change that.

---
content.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content.tex b/content.tex
index 5d3f865956aa..fc59eea95716 100644
--- a/content.tex
+++ b/content.tex
@@ -3100,8 +3100,8 @@ \subsubsection{Packet Transmission}\label{sec:Device Types / Network Device / De
   \begin{itemize}
   \item If the VIRTIO_NET_F_GUEST_HDRLEN feature has been negotiated,
     \field{hdr_len} indicates the header length that needs to be replicated
-    for each packet. It's a number of bytes from beginning of the packet
-    to beginning of the transport payload.
+    for each packet. It's the number of bytes from the beginning of the packet
+    to the beginning of the transport payload.
     Otherwise, if the VIRTIO_NET_F_GUEST_HDRLEN feature has not been negotiated,
     \field{hdr_len} is a hint to the device as to how much of the header
     needs to be kept to copy into each packet, usually set to the
@@ -3217,7 +3217,7 @@ \subsubsection{Packet Transmission}\label{sec:Device Types / Network Device / De
 
 	\begin{note}
 	Caution should be taken by the implementation so as to prevent
-	malicious driver from attacking the device by setting incorrect hdr_len.
+	a malicious driver from attacking the device by setting an incorrect hdr_len.
 	\end{note}
 
 \item If the VIRTIO_NET_F_GUEST_HDRLEN feature has not been negotiated,
-- 
2.21.0


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 related	[flat|nested] 3+ messages in thread

* [virtio-comment] Re: [PATCH v2] virtio-net: add missing articles for new hdr_len feature
  2019-11-20 13:23 [virtio-comment] [PATCH v2] virtio-net: add missing articles for new hdr_len feature Cornelia Huck
@ 2019-11-21 14:24 ` Stefan Hajnoczi
  2019-11-21 22:10 ` Michael S. Tsirkin
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2019-11-21 14:24 UTC (permalink / raw)
  To: Cornelia Huck
  Cc: virtio-comment, Vitaly Mireyno, Michael S . Tsirkin, Jason Wang

[-- Attachment #1: Type: text/plain, Size: 611 bytes --]

On Wed, Nov 20, 2019 at 02:23:59PM +0100, Cornelia Huck wrote:
> And tweak a sentence slightly.
> 
> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
> ---
> 
> v1->v2:
> - add one more tweak [Stefan]
> 
> Note: I have not added definite articles to the feature description; _all_
> features for virtio-net are described in that way, and we should add them
> in one go should we decide to change that.
> 
> ---
> content.tex | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [virtio-comment] Re: [PATCH v2] virtio-net: add missing articles for new hdr_len feature
  2019-11-20 13:23 [virtio-comment] [PATCH v2] virtio-net: add missing articles for new hdr_len feature Cornelia Huck
  2019-11-21 14:24 ` [virtio-comment] " Stefan Hajnoczi
@ 2019-11-21 22:10 ` Michael S. Tsirkin
  1 sibling, 0 replies; 3+ messages in thread
From: Michael S. Tsirkin @ 2019-11-21 22:10 UTC (permalink / raw)
  To: Cornelia Huck; +Cc: virtio-comment, Vitaly Mireyno, Jason Wang, Stefan Hajnoczi

On Wed, Nov 20, 2019 at 02:23:59PM +0100, Cornelia Huck wrote:
> And tweak a sentence slightly.
> 
> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
> Signed-off-by: Cornelia Huck <cohuck@redhat.com>

Thanks! Can you pls add a link to this as a comment to
the hdr_len github issue? This way I will remember to
pick it up.
> ---
> 
> v1->v2:
> - add one more tweak [Stefan]
> 
> Note: I have not added definite articles to the feature description; _all_
> features for virtio-net are described in that way, and we should add them
> in one go should we decide to change that.
> 
> ---
> content.tex | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/content.tex b/content.tex
> index 5d3f865956aa..fc59eea95716 100644
> --- a/content.tex
> +++ b/content.tex
> @@ -3100,8 +3100,8 @@ \subsubsection{Packet Transmission}\label{sec:Device Types / Network Device / De
>    \begin{itemize}
>    \item If the VIRTIO_NET_F_GUEST_HDRLEN feature has been negotiated,
>      \field{hdr_len} indicates the header length that needs to be replicated
> -    for each packet. It's a number of bytes from beginning of the packet
> -    to beginning of the transport payload.
> +    for each packet. It's the number of bytes from the beginning of the packet
> +    to the beginning of the transport payload.
>      Otherwise, if the VIRTIO_NET_F_GUEST_HDRLEN feature has not been negotiated,
>      \field{hdr_len} is a hint to the device as to how much of the header
>      needs to be kept to copy into each packet, usually set to the
> @@ -3217,7 +3217,7 @@ \subsubsection{Packet Transmission}\label{sec:Device Types / Network Device / De
>  
>  	\begin{note}
>  	Caution should be taken by the implementation so as to prevent
> -	malicious driver from attacking the device by setting incorrect hdr_len.
> +	a malicious driver from attacking the device by setting an incorrect hdr_len.
>  	\end{note}
>  
>  \item If the VIRTIO_NET_F_GUEST_HDRLEN feature has not been negotiated,
> -- 
> 2.21.0


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] 3+ messages in thread

end of thread, other threads:[~2019-11-21 22:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-20 13:23 [virtio-comment] [PATCH v2] virtio-net: add missing articles for new hdr_len feature Cornelia Huck
2019-11-21 14:24 ` [virtio-comment] " Stefan Hajnoczi
2019-11-21 22:10 ` Michael S. Tsirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.