From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP; 08 Apr 2016 09:20:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,454,1455004800"; d="scan'208";a="950985304" Received: from dwdohert-dpdk.ir.intel.com ([163.33.210.69]) by orsmga002.jf.intel.com with ESMTP; 08 Apr 2016 09:20:51 -0700 From: Declan Doherty To: dev@dpdk.org Cc: Declan Doherty Date: Fri, 8 Apr 2016 17:17:25 +0100 Message-Id: <1460132247-16553-1-git-send-email-declan.doherty@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [dpdk-dev] [PATCH 0/2] cryptodev documentation patches X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2016 16:20:53 -0000 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