From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo de Lara Subject: [PATCH v2 0/3] AESNI MB PMD updates Date: Thu, 15 Dec 2016 16:00:29 +0000 Message-ID: <1481817632-183082-1-git-send-email-pablo.de.lara.guarch@intel.com> Cc: dev@dpdk.org, Pablo de Lara To: declan.doherty@intel.com Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 9B949475E for ; Thu, 15 Dec 2016 16:58:58 +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" The library used in AESNI MB PMD, Intel Multi Buffer Crypto for IPsec, has been migrated to a new location, in github (see documentation patch for the link). The library has also been updated, so single crypto operations are supported (cipher and authentication only). Therefore, the PMD has been updated to support these operations. This patchset depends on patchset "Add scatter-gather list capability to Intel QuickAssist Technology driver" (http://dpdk.org/ml/archives/dev/2016-November/050947.html) Changes in v2: - Fixed hash only tests, including truncated digest length Pablo de Lara (3): doc: update AESNI MB PMD guide crypto/aesni_mb: add single operation functionality doc: add missing supported algos for AESNI MB PMD app/test/test_cryptodev.c | 34 ++++++++++++++++++ app/test/test_cryptodev_aes_test_vectors.h | 36 ++++++++++++------- app/test/test_cryptodev_hash_test_vectors.h | 54 +++++++++++++++++++---------- doc/guides/cryptodevs/aesni_mb.rst | 14 +++----- doc/guides/rel_notes/release_17_02.rst | 8 +++++ drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 49 +++++++++++++++++--------- 6 files changed, 140 insertions(+), 55 deletions(-) -- 2.7.4