diff options
-rw-r--r-- | Documentation/networking/segmentation-offloads.txt | 2 |
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 | |||
55 | In addition to the offloads described above it is possible for a frame to | 55 | In addition to the offloads described above it is possible for a frame to |
56 | contain additional headers such as an outer tunnel. In order to account | 56 | contain additional headers such as an outer tunnel. In order to account |
57 | for such instances an additional set of segmentation offload types were | 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 | SKB_GSO_UDP_TUNNEL. These extra segmentation types are used to identify | 59 | SKB_GSO_UDP_TUNNEL. These extra segmentation types are used to identify |
60 | cases where there are more than just 1 set of headers. For example in the | 60 | cases where there are more than just 1 set of headers. For example in the |
61 | case of IPIP and SIT we should have the network and transport headers moved | 61 | case of IPIP and SIT we should have the network and transport headers moved |