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 3A3622882 for ; Sun, 16 Jul 2017 12:52:41 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jul 2017 03:52:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,368,1496127600"; d="scan'208";a="1195946383" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga002.fm.intel.com with ESMTP; 16 Jul 2017 03:52:40 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX104.ger.corp.intel.com ([169.254.5.26]) with mapi id 14.03.0319.002; Sun, 16 Jul 2017 11:52:39 +0100 From: "De Lara Guarch, Pablo" To: "Doherty, Declan" , "Trahe, Fiona" , "Griffin, John" , "Jain, Deepak K" CC: "dev@dpdk.org" Thread-Topic: [PATCH 0/5] Fix crypto PMDs documentation Thread-Index: AQHS+90VjcV6g/aaSUeylFCeKYSf2KJWS0gg Date: Sun, 16 Jul 2017 10:52:38 +0000 Message-ID: References: <20170713053650.62998-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170713053650.62998-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/5] Fix crypto PMDs documentation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2017 10:52:42 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Thursday, July 13, 2017 6:37 AM > To: Doherty, Declan ; Trahe, Fiona > ; Griffin, John ; Jain, > Deepak K > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > Subject: [PATCH 0/5] Fix crypto PMDs documentation >=20 > Patchset with some fixes/additions for crypto PMDs documents. >=20 > Pablo de Lara (5): > doc: fix supported algorithm table for AESNI GCM PMD > doc: remove incorrect limitation on QAT PMD > doc: remove incorrect limitation on AESNI MB PMD > doc: add missing algorithm in limitations for QAT > doc: extend installation section on SNOW3G/KASUMI PMDs >=20 > doc/guides/cryptodevs/aesni_mb.rst | 2 +- > doc/guides/cryptodevs/features/aesni_gcm.ini | 1 + > doc/guides/cryptodevs/kasumi.rst | 12 ++++++++++ > doc/guides/cryptodevs/qat.rst | 5 ++-- > doc/guides/cryptodevs/snow3g.rst | 11 +++++++++ > test/test/test_cryptodev.c | 19 +++++++++++++++ > test/test/test_cryptodev_hash_test_vectors.h | 36 > ++++++++++++++++++---------- > 7 files changed, 70 insertions(+), 16 deletions(-) >=20 > -- > 2.9.4 Applied to dpdk-next-crypto, after modification suggested by Fiona. Pablo