netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: segmentation-offloads.txt: Correct TCP gso_types
@ 2018-03-08 12:34 Daniel Axtens
  2018-03-08 16:27 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Axtens @ 2018-03-08 12:34 UTC (permalink / raw)
  To: netdev; +Cc: Daniel Axtens

Pretty minor: just SKB_GSO_TCP  -> SKB_GSO_TCPV4 and
                   SKB_GSO_TCP6 -> SKB_GSO_TCPV6.

Signed-off-by: Daniel Axtens <dja@axtens.net>
---
 Documentation/networking/segmentation-offloads.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/networking/segmentation-offloads.txt b/Documentation/networking/segmentation-offloads.txt
index d47480b61ac6..e879b009c75d 100644
--- a/Documentation/networking/segmentation-offloads.txt
+++ b/Documentation/networking/segmentation-offloads.txt
@@ -20,8 +20,8 @@ TCP Segmentation Offload
 
 TCP segmentation allows a device to segment a single frame into multiple
 frames with a data payload size specified in skb_shinfo()->gso_size.
-When TCP segmentation requested the bit for either SKB_GSO_TCP or
-SKB_GSO_TCP6 should be set in skb_shinfo()->gso_type and
+When TCP segmentation requested the bit for either SKB_GSO_TCPV4 or
+SKB_GSO_TCPV6 should be set in skb_shinfo()->gso_type and
 skb_shinfo()->gso_size should be set to a non-zero value.
 
 TCP segmentation is dependent on support for the use of partial checksum
-- 
2.14.1

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

* Re: [PATCH] docs: segmentation-offloads.txt: Correct TCP gso_types
  2018-03-08 12:34 [PATCH] docs: segmentation-offloads.txt: Correct TCP gso_types Daniel Axtens
@ 2018-03-08 16:27 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-03-08 16:27 UTC (permalink / raw)
  To: dja; +Cc: netdev

From: Daniel Axtens <dja@axtens.net>
Date: Thu,  8 Mar 2018 23:34:35 +1100

> Pretty minor: just SKB_GSO_TCP  -> SKB_GSO_TCPV4 and
>                    SKB_GSO_TCP6 -> SKB_GSO_TCPV6.
> 
> Signed-off-by: Daniel Axtens <dja@axtens.net>

Applied, thanks for correcting this.

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

end of thread, other threads:[~2018-03-08 16:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-08 12:34 [PATCH] docs: segmentation-offloads.txt: Correct TCP gso_types Daniel Axtens
2018-03-08 16:27 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).