mbox series

[v2,0/4] doc: network: integrate offload documents into doc tree

Message ID cover.1546730285.git.ottosabart@seberm.com
Headers show
Series doc: network: integrate offload documents into doc tree | expand

Message

Otto Sabart Jan. 5, 2019, 11:28 p.m. UTC
Changes in v2:
- Patch #3 and #2 were combined into patch #2.

---

This series of patches integrates checksum-offloads and
segmentation-offloads documents into documentation tree.

These patches do not change semantics of these documents. There are only
changes which are needed for successful integration into documentation
tree generated by Sphinx.


Otto Sabart (4):
  doc: networking: prepare offload documents for conversion into RST
  doc: networking: convert offload files into RST and update references
  doc: networking: shorten the main title in offloads documents
  doc: networking: add offload documents into main index file

 .../networking/checksum-offloads.rst          | 143 ++++++++++++++++++
 .../networking/checksum-offloads.txt          | 122 ---------------
 Documentation/networking/index.rst            |   2 +
 ...offloads.txt => segmentation-offloads.rst} |  48 +++---
 include/linux/skbuff.h                        |   2 +-
 5 files changed, 177 insertions(+), 140 deletions(-)
 create mode 100644 Documentation/networking/checksum-offloads.rst
 delete mode 100644 Documentation/networking/checksum-offloads.txt
 rename Documentation/networking/{segmentation-offloads.txt => segmentation-offloads.rst} (88%)

Comments

David Miller Jan. 7, 2019, 3:30 p.m. UTC | #1
From: Otto Sabart <ottosabart@seberm.com>
Date: Sun, 6 Jan 2019 00:28:45 +0100

> Changes in v2:
> - Patch #3 and #2 were combined into patch #2.

Jon, do you want to integrate these?  I'm fine with that and I don't anticiapte
any serious conflicts.

Acked-by: David S. Miller <davem@davemloft.net>
Jonathan Corbet Jan. 7, 2019, 10 p.m. UTC | #2
On Mon, 07 Jan 2019 07:30:29 -0800 (PST)
David Miller <davem@davemloft.net> wrote:

> Jon, do you want to integrate these?  I'm fine with that and I don't anticiapte
> any serious conflicts.

I'll do that shortly, thanks.

jon