[dpdk-dev] [PATCH 0/2] cryptodev documentation patches

Declan Doherty declan.doherty at intel.com
Fri Apr 8 18:17:25 CEST 2016


Add an overview section to the cryptodev guide which outlines each PMD supported
algorithms.

Add new chapter to the DPDK user guide for the cryptodev library

Declan Doherty (2):
  docs: add cryptodevs guide overview section
  docs: cryptodev chapter for programmer's guide

 doc/guides/cryptodevs/index.rst                  |   3 +-
 doc/guides/cryptodevs/overview.rst               |  94 ++++
 doc/guides/prog_guide/cryptodev_lib.rst          | 584 +++++++++++++++++++++++
 doc/guides/prog_guide/img/crypto_op.svg          |  75 +++
 doc/guides/prog_guide/img/crypto_xform_chain.svg | 145 ++++++
 doc/guides/prog_guide/img/cryptodev_sym_sess.svg |  66 +++
 doc/guides/prog_guide/index.rst                  |   1 +
 7 files changed, 967 insertions(+), 1 deletion(-)
 create mode 100644 doc/guides/cryptodevs/overview.rst
 create mode 100644 doc/guides/prog_guide/cryptodev_lib.rst
 create mode 100644 doc/guides/prog_guide/img/crypto_op.svg
 create mode 100644 doc/guides/prog_guide/img/crypto_xform_chain.svg
 create mode 100644 doc/guides/prog_guide/img/cryptodev_sym_sess.svg

-- 
2.5.5



More information about the dev mailing list