From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fan Zhang Subject: [PATCH v2 0/3] crypto/aesni_mb: enable out of place processing Date: Thu, 28 Feb 2019 11:36:16 +0000 Message-ID: <20190228113619.76782-1-roy.fan.zhang@intel.com> Cc: akhil.goyal@nxp.com, roy.fan.zhang@intel.com, pablo.de.lara.guarch@intel.com, Fiona Trahe , Paul Luse To: dev@dpdk.org Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id CC76B235 for ; Thu, 28 Feb 2019 12:37:04 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Add out-of-place processing, i.e. different source and destination m_bufs, plus related capability update, tests and documentation. Signed-off-by: Fiona Trahe Signed-off-by: Paul Luse Signed-off-by: Fan Zhang v2: - Removed limitation of not support cipher-auth. - Updated tests for more comprehensive test-cases. - Splitted the patch. Fan Zhang (3): crypto/aesni_mb: enable out of place processing test: add out of place test for AESNI-MB doc: update documentation doc/guides/cryptodevs/aesni_mb.rst | 1 - doc/guides/cryptodevs/features/aesni_mb.ini | 1 + doc/guides/rel_notes/release_19_05.rst | 4 + drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 98 +++++++++++++----- test/test/test_cryptodev_aes_test_vectors.h | 150 ++++++++++++++++++++++++++++ test/test/test_cryptodev_blockcipher.c | 81 +++++++++++++-- test/test/test_cryptodev_blockcipher.h | 4 + test/test/test_cryptodev_des_test_vectors.h | 24 +++-- 8 files changed, 321 insertions(+), 42 deletions(-) -- 2.14.5