DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] cryptodev documentation patches
@ 2016-04-08 16:17 Declan Doherty
  2016-04-08 16:17 ` [dpdk-dev] [PATCH 1/2] docs: add cryptodevs guide overview section Declan Doherty
  2016-04-08 16:17 ` [dpdk-dev] [PATCH 2/2] docs: cryptodev chapter for programmer's guide Declan Doherty
  0 siblings, 2 replies; 8+ messages in thread
From: Declan Doherty @ 2016-04-08 16:17 UTC (permalink / raw)
  To: dev; +Cc: Declan Doherty

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-04-08 22:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-08 16:17 [dpdk-dev] [PATCH 0/2] cryptodev documentation patches Declan Doherty
2016-04-08 16:17 ` [dpdk-dev] [PATCH 1/2] docs: add cryptodevs guide overview section Declan Doherty
2016-04-08 18:13   ` De Lara Guarch, Pablo
2016-04-08 20:08   ` Mcnamara, John
2016-04-08 16:17 ` [dpdk-dev] [PATCH 2/2] docs: cryptodev chapter for programmer's guide Declan Doherty
2016-04-08 18:16   ` De Lara Guarch, Pablo
2016-04-08 20:05   ` Mcnamara, John
2016-04-08 22:41     ` Thomas Monjalon

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).