From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id BD5D02BE5 for ; Mon, 4 Apr 2016 15:14:38 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 04 Apr 2016 06:14:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,440,1455004800"; d="scan'208";a="937855519" Received: from sie-lab-214-036.ir.intel.com (HELO sie-lab-214-36.ir.intel.com) ([10.237.214.36]) by fmsmga001.fm.intel.com with ESMTP; 04 Apr 2016 06:14:32 -0700 From: Pablo de Lara To: dev@dpdk.org, john.mcnamara@intel.com Cc: declan.doherty@intel.com, Pablo de Lara Date: Mon, 4 Apr 2016 14:14:34 +0100 Message-Id: <1459775677-61912-1-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [dpdk-dev] [PATCH 0/3] Fixes/extra documentation for Crypto PMDs 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: Mon, 04 Apr 2016 13:14:39 -0000 This patchset fixes some minor typos in the Crypto PMD documentation and add an extra section to help user to initialize the devices. The patchset depends on: "doc: update the snow3g library information" (http://dpdk.org/dev/patchwork/patch/11889/) Pablo de Lara (3): doc: fix typo in Crypto NULL PMD title doc: remove unnecessary underline characters in AES GCM PMD doc: add initialization section for virtual crypto PMDs doc/guides/cryptodevs/aesni_gcm.rst | 40 +++++++++++++++++++++++++++++++------ doc/guides/cryptodevs/aesni_mb.rst | 36 +++++++++++++++++++++++++++++---- doc/guides/cryptodevs/null.rst | 26 +++++++++++++++++++++++- doc/guides/cryptodevs/snow3g.rst | 35 +++++++++++++++++++++++++++++--- 4 files changed, 123 insertions(+), 14 deletions(-) -- 2.5.5