Skip to content

Commit 3d07e07

Browse files
daxtensdavem330
authored andcommitted
docs: segmentation-offloads.txt: Correct TCP gso_types
Pretty minor: just SKB_GSO_TCP -> SKB_GSO_TCPV4 and SKB_GSO_TCP6 -> SKB_GSO_TCPV6. Signed-off-by: Daniel Axtens <dja@axtens.net> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent cbcc607 commit 3d07e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/networking/segmentation-offloads.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ TCP Segmentation Offload
2020

2121
TCP segmentation allows a device to segment a single frame into multiple
2222
frames with a data payload size specified in skb_shinfo()->gso_size.
23-
When TCP segmentation requested the bit for either SKB_GSO_TCP or
24-
SKB_GSO_TCP6 should be set in skb_shinfo()->gso_type and
23+
When TCP segmentation requested the bit for either SKB_GSO_TCPV4 or
24+
SKB_GSO_TCPV6 should be set in skb_shinfo()->gso_type and
2525
skb_shinfo()->gso_size should be set to a non-zero value.
2626

2727
TCP segmentation is dependent on support for the use of partial checksum

0 commit comments

Comments
 (0)