From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id DE8791C0B for ; Fri, 23 Jun 2017 18:21:37 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP; 23 Jun 2017 09:21:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,379,1493708400"; d="scan'208";a="100872645" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga004.jf.intel.com with ESMTP; 23 Jun 2017 09:21:34 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX107.ger.corp.intel.com (163.33.3.99) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 23 Jun 2017 17:21:33 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by irsmsx155.ger.corp.intel.com ([169.254.14.182]) with mapi id 14.03.0319.002; Fri, 23 Jun 2017 17:21:33 +0100 From: "De Lara Guarch, Pablo" To: "Doherty, Declan" , "Trahe, Fiona" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2 0/9] Crypto fixes/cleanup Thread-Index: AQHS65J6PjZCA/s76km8YKv5cLLOC6IygljQ Date: Fri, 23 Jun 2017 16:21:32 +0000 Message-ID: References: <20170621064154.25124-1-pablo.de.lara.guarch@intel.com> <20170622120235.46063-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170622120235.46063-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 v2 0/9] Crypto fixes/cleanup 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: Fri, 23 Jun 2017 16:21:38 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Thursday, June 22, 2017 1:02 PM > To: Doherty, Declan ; Trahe, Fiona > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v2 0/9] Crypto fixes/cleanup >=20 > Prior to new crypto patches for this release, there were some fixes and s= ome > cleanup to do in some crypto drivers, tests, sample apps and documents. >=20 > Changes in v2: >=20 > - Fixed too long lines > - Removed unnecessary AAD setting for 3DES/SHA1 test >=20 > Pablo de Lara (9): > crypto/aesni_mb: remove assert check > test/crypto: fix wrong AAD setting > test/crypto: remove unnecessary offset > test/crypto: remove offsets in wireless algorithm vectors > test/crypto: use existing algorithm strings > examples/l2fwd-crypto: fix application help > examples/l2fwd-crypto: fix auth info display > app/crypto-perf: fix error message > doc: fix typo in l2fwd-crypto usage >=20 > app/test-crypto-perf/cperf_options_parsing.c | 2 +- > doc/guides/sample_app_ug/l2_forward_crypto.rst | 2 +- > drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 4 - > examples/l2fwd-crypto/main.c | 5 +- > test/test/test_cryptodev.c | 59 ++++---- > .../test/test_cryptodev_kasumi_hash_test_vectors.h | 25 ---- > test/test/test_cryptodev_kasumi_test_vectors.h | 36 +---- > test/test/test_cryptodev_perf.c | 148 +++++++--------= ------ > .../test/test_cryptodev_snow3g_hash_test_vectors.h | 22 --- > test/test/test_cryptodev_snow3g_test_vectors.h | 32 ----- > test/test/test_cryptodev_zuc_test_vectors.h | 61 +-------- > 11 files changed, 87 insertions(+), 309 deletions(-) >=20 > -- > 2.9.4 Applied to dpdk-next-crypto. Pablo