diff options
author | Daniel Axtens <dja@axtens.net> | 2018-02-14 02:05:32 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-14 14:52:39 -0500 |
commit | bc3c2431d4173816240679a02fd4d74685e94bc8 (patch) | |
tree | cd45f577d4c292500745401737a82514031294d9 | |
parent | a65820e6956782af6c5330749ae37222350d8d3f (diff) |
docs: segmentation-offloads.txt: Fix ref to SKB_GSO_TUNNEL_REMCSUM
The doc originally called it SKB_GSO_REMCSUM. Fix it.
Fixes: f7a6272bf3cb ("Documentation: Add documentation for TSO and GSO features")
Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | Documentation/networking/segmentation-offloads.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/networking/segmentation-offloads.txt b/Documentation/networking/segmentation-offloads.txt index 2cda12ab7075..b247471a183c 100644 --- a/Documentation/networking/segmentation-offloads.txt +++ b/Documentation/networking/segmentation-offloads.txt | |||
@@ -87,10 +87,10 @@ SKB_GSO_UDP_TUNNEL_CSUM. These two additional tunnel types reflect the | |||
87 | fact that the outer header also requests to have a non-zero checksum | 87 | fact that the outer header also requests to have a non-zero checksum |
88 | included in the outer header. | 88 | included in the outer header. |
89 | 89 | ||
90 | Finally there is SKB_GSO_REMCSUM which indicates that a given tunnel header | 90 | Finally there is SKB_GSO_TUNNEL_REMCSUM which indicates that a given tunnel |
91 | has requested a remote checksum offload. In this case the inner headers | 91 | header has requested a remote checksum offload. In this case the inner |
92 | will be left with a partial checksum and only the outer header checksum | 92 | headers will be left with a partial checksum and only the outer header |
93 | will be computed. | 93 | checksum will be computed. |
94 | 94 | ||
95 | Generic Segmentation Offload | 95 | Generic Segmentation Offload |
96 | ============================ | 96 | ============================ |