[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190515204123.5955-1-jakub.kicinski@netronome.com>
Date: Wed, 15 May 2019 13:41:20 -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 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.
---
Dave, this just documents existing code, so I ventured
to post during the merge window, not 100% sure it is
appropriate at this stage..
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 | 438 ++++++++++++++++++
Documentation/networking/{tls.txt => tls.rst} | 44 +-
7 files changed, 505 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