OSDN Git Service

doc: networking: convert offload files into RST and update references
authorOtto Sabart <ottosabart@seberm.com>
Sat, 5 Jan 2019 23:29:15 +0000 (00:29 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 7 Jan 2019 22:27:34 +0000 (15:27 -0700)
This patch renames offload files. This is necessary for Sphinx.

Also update reference to checksum-offloads.rst file.

Whole kernel code was grepped for references using:
$ grep -r "\(segmentation\|checksum\)-offloads.txt" .

There should be no other references
to {segmentation,checksum}-offloads.txt files.

Signed-off-by: Otto Sabart <ottosabart@seberm.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/networking/checksum-offloads.rst [moved from Documentation/networking/checksum-offloads.txt with 100% similarity]
Documentation/networking/segmentation-offloads.rst [moved from Documentation/networking/segmentation-offloads.txt with 100% similarity]
include/linux/skbuff.h

index 93f56fd..4e671b4 100644 (file)
@@ -4296,7 +4296,7 @@ static inline bool skb_head_is_locked(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
+ * See Documentation/networking/checksum-offloads.rst for
  * explanation of how this works.
  * Fill in outer checksum adjustment (e.g. with sum of outer
  * pseudo-header) before calling.