Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Nicolas Dichtel and committed by
David S. Miller
11bafd54 f51048c3

+1 -1
+1 -1
Documentation/networking/segmentation-offloads.txt
··· 55 55 In addition to the offloads described above it is possible for a frame to 56 56 contain additional headers such as an outer tunnel. In order to account 57 57 for such instances an additional set of segmentation offload types were 58 - introduced including SKB_GSO_IPIP, SKB_GSO_SIT, SKB_GSO_GRE, and 58 + introduced including SKB_GSO_IPXIP4, SKB_GSO_IPXIP6, SKB_GSO_GRE, and 59 59 SKB_GSO_UDP_TUNNEL. These extra segmentation types are used to identify 60 60 cases where there are more than just 1 set of headers. For example in the 61 61 case of IPIP and SIT we should have the network and transport headers moved