From: Otto Sabart <ottosabart@seberm.com>
To: "David S. Miller" <davem@davemloft.net>,
Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/4] doc: network: integrate offload documents into doc tree
Date: Sun, 6 Jan 2019 00:28:45 +0100 [thread overview]
Message-ID: <cover.1546730285.git.ottosabart@seberm.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1280 bytes --]
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%)
--
2.17.2
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2019-01-05 23:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-05 23:28 Otto Sabart [this message]
2019-01-05 23:28 ` [PATCH v2 1/4] doc: networking: prepare offload documents for conversion into RST Otto Sabart
2019-01-05 23:29 ` [PATCH v2 2/4] doc: networking: convert offload files into RST and update references Otto Sabart
2019-01-05 23:29 ` [PATCH v2 3/4] doc: networking: shorten the main title in offloads documents Otto Sabart
2019-01-05 23:29 ` [PATCH v2 4/4] doc: networking: add offload documents into main index file Otto Sabart
2019-01-07 15:30 ` [PATCH v2 0/4] doc: network: integrate offload documents into doc tree David Miller
2019-01-07 22:00 ` Jonathan Corbet
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1546730285.git.ottosabart@seberm.com \
--to=ottosabart@seberm.com \
--cc=corbet@lwn.net \
--cc=davem@davemloft.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).