OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [virtio-comment] [PATCH 1/2] virtio-net: Minor wording improvement




On 4/20/2023 8:46 AM, David Edmondson wrote:
Signed-off-by: David Edmondson <david.edmondson@oracle.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 875c4e6..8aa7953 100644
--- a/device-types/net/description.tex
+++ b/device-types/net/description.tex
@@ -815,7 +815,7 @@ \subsubsection{Processing of Incoming Packets}\label{sec:Device Types / Network
If \field{gso_type} differs from VIRTIO_NET_HDR_GSO_NONE, then
  the device MUST also set the VIRTIO_NET_HDR_F_NEEDS_CSUM bit in
-\field{flags} MUST set \field{gso_size} to indicate the desired MSS.
+\field{flags} and MUST set \field{gso_size} to indicate the desired MSS.
  If VIRTIO_NET_F_RSC_EXT was negotiated, the device MUST also
  set VIRTIO_NET_HDR_F_RSC_INFO bit in \field{flags},
  set \field{csum_start} to number of coalesced TCP segments and

Reviewed-by: Parav Pandit <parav@nvidia.com>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]