From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B70977CDB for ; Wed, 21 Jun 2017 16:41:38 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Jun 2017 07:41:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,369,1493708400"; d="scan'208";a="115791789" Received: from silpixa00399464.ir.intel.com (HELO silpixa00399464.ger.corp.intel.com) ([10.237.222.157]) by orsmga005.jf.intel.com with ESMTP; 21 Jun 2017 07:41:36 -0700 From: Pablo de Lara To: declan.doherty@intel.com Cc: dev@dpdk.org, Pablo de Lara Date: Wed, 21 Jun 2017 07:41:45 +0100 Message-Id: <20170621064154.25124-1-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.9.4 Subject: [dpdk-dev] [PATCH 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: Wed, 21 Jun 2017 14:41:39 -0000 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. 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 | 110 ++++++--------------- .../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, 67 insertions(+), 291 deletions(-) -- 2.9.4