Commit 3d07e074 authored by Daniel Axtens's avatar Daniel Axtens Committed by David S. Miller

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: default avatarDaniel Axtens <dja@axtens.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent cbcc607e
...@@ -20,8 +20,8 @@ TCP Segmentation Offload ...@@ -20,8 +20,8 @@ TCP Segmentation Offload
TCP segmentation allows a device to segment a single frame into multiple TCP segmentation allows a device to segment a single frame into multiple
frames with a data payload size specified in skb_shinfo()->gso_size. frames with a data payload size specified in skb_shinfo()->gso_size.
When TCP segmentation requested the bit for either SKB_GSO_TCP or When TCP segmentation requested the bit for either SKB_GSO_TCPV4 or
SKB_GSO_TCP6 should be set in skb_shinfo()->gso_type and SKB_GSO_TCPV6 should be set in skb_shinfo()->gso_type and
skb_shinfo()->gso_size should be set to a non-zero value. skb_shinfo()->gso_size should be set to a non-zero value.
TCP segmentation is dependent on support for the use of partial checksum TCP segmentation is dependent on support for the use of partial checksum
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment