diff options
author | Edward Cree <ecree@solarflare.com> | 2016-02-12 00:03:37 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-02-12 13:52:16 +0300 |
commit | e8ae7b000e64cf76283c72cae5e3ecd246618ef4 (patch) | |
tree | e8898fbf9bcbf38de21be4e89b93eed0816a6c52 /include/linux/skbuff.h | |
parent | 6fa79666e24d32be1b709f5269af41ed9e829e7e (diff) | |
download | linux-e8ae7b000e64cf76283c72cae5e3ecd246618ef4.tar.xz |
Documentation/networking: add checksum-offloads.txt to explain LCO
Signed-off-by: Edward Cree <ecree@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r-- | include/linux/skbuff.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index cf906d1ce8a7..39206751463e 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -3705,6 +3705,8 @@ static inline unsigned int skb_gso_network_seglen(const struct sk_buff *skb) /* Local Checksum Offload. * Compute outer checksum based on the assumption that the * inner checksum will be offloaded later. + * See Documentation/networking/checksum-offloads.txt for + * explanation of how this works. * Fill in outer checksum adjustment (e.g. with sum of outer * pseudo-header) before calling. * Also ensure that inner checksum is in linear data area. |