From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 7CB5E2BAA for ; Thu, 13 Jul 2017 19:00:41 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 13 Jul 2017 10:00:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,354,1496127600"; d="scan'208";a="878610514" Received: from dwdohert-mobl1.ger.corp.intel.com (HELO [163.33.228.177]) ([163.33.228.177]) by FMSMGA003.fm.intel.com with ESMTP; 13 Jul 2017 10:00:38 -0700 To: Pablo de Lara , fiona.trahe@intel.com, john.griffin@intel.com, deepak.k.jain@intel.com References: <20170713053650.62998-1-pablo.de.lara.guarch@intel.com> Cc: dev@dpdk.org From: Declan Doherty Message-ID: Date: Thu, 13 Jul 2017 18:00:37 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170713053650.62998-1-pablo.de.lara.guarch@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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: Thu, 13 Jul 2017 17:00:42 -0000 On 13/07/2017 6:36 AM, Pablo de Lara wrote: > Patchset with some fixes/additions for crypto PMDs > documents. > > 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 > > 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(-) > Series Acked-by: Declan Doherty