aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Dichtel <nicolas.dichtel@6wind.com>2017-07-07 08:08:25 -0400
committerDavid S. Miller <davem@davemloft.net>2017-07-08 06:25:56 -0400
commit11bafd547712ebff79636d0cc008e9335d8ec75b (patch)
treed82c95f26b3818500b7ff892c7d2c4bad7f2ef35
parentf51048c3e07b68c90b21a77541fc4b208f9244d7 (diff)
doc: SKB_GSO_[IPIP|SIT] have been replaced
Those enum values don't exist anymore. Fixes: 7e13318daa4a ("net: define gso types for IPx over IPv4 and IPv6") CC: Tom Herbert <tom@herbertland.com> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--Documentation/networking/segmentation-offloads.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/segmentation-offloads.txt b/Documentation/networking/segmentation-offloads.txt
index f200467ade38..2f09455a993a 100644
--- a/Documentation/networking/segmentation-offloads.txt
+++ b/Documentation/networking/segmentation-offloads.txt
@@ -55,7 +55,7 @@ IPIP, SIT, GRE, UDP Tunnel, and Remote Checksum Offloads
55In addition to the offloads described above it is possible for a frame to 55In addition to the offloads described above it is possible for a frame to
56contain additional headers such as an outer tunnel. In order to account 56contain additional headers such as an outer tunnel. In order to account
57for such instances an additional set of segmentation offload types were 57for such instances an additional set of segmentation offload types were
58introduced including SKB_GSO_IPIP, SKB_GSO_SIT, SKB_GSO_GRE, and 58introduced including SKB_GSO_IPXIP4, SKB_GSO_IPXIP6, SKB_GSO_GRE, and
59SKB_GSO_UDP_TUNNEL. These extra segmentation types are used to identify 59SKB_GSO_UDP_TUNNEL. These extra segmentation types are used to identify
60cases where there are more than just 1 set of headers. For example in the 60cases where there are more than just 1 set of headers. For example in the
61case of IPIP and SIT we should have the network and transport headers moved 61case of IPIP and SIT we should have the network and transport headers moved