From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: [PATCH 0/2] cryptodev documentation patches Date: Fri, 8 Apr 2016 17:17:25 +0100 Message-ID: <1460132247-16553-1-git-send-email-declan.doherty@intel.com> Cc: Declan Doherty To: dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 3D4C92BA1 for ; Fri, 8 Apr 2016 18:20:53 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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