From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo de Lara Subject: [PATCH v2 0/9] Crypto fixes/cleanup Date: Thu, 22 Jun 2017 13:02:26 +0100 Message-ID: <20170622120235.46063-1-pablo.de.lara.guarch@intel.com> References: <20170621064154.25124-1-pablo.de.lara.guarch@intel.com> Cc: dev@dpdk.org, Pablo de Lara To: declan.doherty@intel.com, fiona.trahe@intel.com Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 523FE377E for ; Thu, 22 Jun 2017 22:02:21 +0200 (CEST) In-Reply-To: <20170621064154.25124-1-pablo.de.lara.guarch@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Prior to new crypto patches for this release, there were some fixes and some cleanup to do in some crypto drivers, tests, sample apps and documents. Changes in v2: - Fixed too long lines - Removed unnecessary AAD setting for 3DES/SHA1 test 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 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(-) -- 2.9.4