All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [virtio-comment] [PATCH v2] virtio-net: fix a display for num_buffers
@ 2021-06-01 17:21 Jiang Wang
  2021-06-10 11:00 ` Cornelia Huck
  0 siblings, 1 reply; 2+ messages in thread
From: Jiang Wang @ 2021-06-01 17:21 UTC (permalink / raw)
  To: virtio-comment, cohuck; +Cc: Jiang Wang

One of num_buffers does not display correctly in
the html. The _b becomes a subscript b. This will
prevent it from being searched by using keyword num_buffers.

Fix it by adding a field keyword.

Signed-off-by: Jiang Wang <jiang.wang@bytedance.com>
---
v1 -> v2: use field keyword instead of adding an escape char.

 content.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content.tex b/content.tex
index b72bad0..2f65c60 100644
--- a/content.tex
+++ b/content.tex
@@ -3595,8 +3595,8 @@ \subsubsection{Processing of Incoming Packets}\label{sec:Device Types / Network
 the packet (including the header) is spread over.
 
 If a receive packet is spread over multiple buffers, the device
-MUST use all buffers but the last (i.e. the first $num_buffers -
-1$ buffers) completely up to the full length of each buffer
+MUST use all buffers but the last (i.e. the first \field{num_buffers} -
+1 buffers) completely up to the full length of each buffer
 supplied by the driver.
 
 The device MUST use all buffers used by a single receive
-- 
2.11.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] 2+ messages in thread

* Re: [virtio-comment] [PATCH v2] virtio-net: fix a display for num_buffers
  2021-06-01 17:21 [virtio-comment] [PATCH v2] virtio-net: fix a display for num_buffers Jiang Wang
@ 2021-06-10 11:00 ` Cornelia Huck
  0 siblings, 0 replies; 2+ messages in thread
From: Cornelia Huck @ 2021-06-10 11:00 UTC (permalink / raw)
  To: Jiang Wang, virtio-comment; +Cc: Jiang Wang

On Tue, Jun 01 2021, Jiang Wang <jiang.wang@bytedance.com> wrote:

> One of num_buffers does not display correctly in
> the html. The _b becomes a subscript b. This will
> prevent it from being searched by using keyword num_buffers.
>
> Fix it by adding a field keyword.
>
> Signed-off-by: Jiang Wang <jiang.wang@bytedance.com>
> ---
> v1 -> v2: use field keyword instead of adding an escape char.
>
>  content.tex | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, pushed as an 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] 2+ messages in thread

end of thread, other threads:[~2021-06-10 11:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01 17:21 [virtio-comment] [PATCH v2] virtio-net: fix a display for num_buffers Jiang Wang
2021-06-10 11:00 ` Cornelia Huck

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.