[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190522015714.4077-1-jakub.kicinski@netronome.com>
Date: Tue, 21 May 2019 18:57:11 -0700
From: Jakub Kicinski <jakub.kicinski@...ronome.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, oss-drivers@...ronome.com,
alexei.starovoitov@...il.com, davejwatson@...com,
john.fastabend@...il.com, vakul.garg@....com, borisp@...lanox.com,
Jakub Kicinski <jakub.kicinski@...ronome.com>
Subject: [PATCH net v2 0/3] Documentation: tls: add offload documentation
Hi!
This set adds documentation for TLS offload. It starts
by making the networking documentation a little easier
to navigate by hiding driver docs a little deeper.
It then RSTifys the existing Kernel TLS documentation.
Last but not least TLS offload documentation is added.
This should help vendors navigate the TLS offload, and
help ensure different implementations stay aligned from
user perspective.
v2:
- address Alexei's and Boris'es commands on patch 3.
Jakub Kicinski (3):
Documentation: net: move device drivers docs to a submenu
Documentation: tls: RSTify the ktls documentation
Documentation: add TLS offload documentation
.../networking/device_drivers/index.rst | 30 ++
Documentation/networking/index.rst | 16 +-
.../networking/tls-offload-layers.svg | 1 +
.../networking/tls-offload-reorder-bad.svg | 1 +
.../networking/tls-offload-reorder-good.svg | 1 +
Documentation/networking/tls-offload.rst | 482 ++++++++++++++++++
Documentation/networking/{tls.txt => tls.rst} | 44 +-
7 files changed, 549 insertions(+), 26 deletions(-)
create mode 100644 Documentation/networking/device_drivers/index.rst
create mode 100644 Documentation/networking/tls-offload-layers.svg
create mode 100644 Documentation/networking/tls-offload-reorder-bad.svg
create mode 100644 Documentation/networking/tls-offload-reorder-good.svg
create mode 100644 Documentation/networking/tls-offload.rst
rename Documentation/networking/{tls.txt => tls.rst} (88%)
--
2.21.0
Powered by blists - more mailing lists