From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 4F05658C5 for ; Thu, 1 Dec 2016 10:35:19 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 01 Dec 2016 01:35:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,724,1477983600"; d="scan'208";a="1093067023" Received: from sie-lab-214-036.ir.intel.com (HELO silpixa00394365.ir.intel.com) ([10.237.214.36]) by fmsmga002.fm.intel.com with ESMTP; 01 Dec 2016 01:35:18 -0800 From: Pablo de Lara To: declan.doherty@intel.com Cc: dev@dpdk.org, Pablo de Lara Date: Thu, 1 Dec 2016 09:36:54 +0000 Message-Id: <1480585017-63239-1-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH 0/3] AESNI MB PMD updates X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2016 09:35:20 -0000 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) 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 | 36 ++++++++++++++------- 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, 128 insertions(+), 49 deletions(-) -- 2.7.4