From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: [PATCH v2] enablement of avx512 instruction support in aesni_mb_pmd Date: Wed, 21 Dec 2016 22:04:59 +0000 Message-ID: <1482357900-8382-1-git-send-email-declan.doherty@intel.com> References: <1480671985-3677-1-git-send-email-declan.doherty@intel.com> Cc: Declan Doherty To: dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id ED70910CC8 for ; Wed, 21 Dec 2016 23:12:56 +0100 (CET) In-Reply-To: <1480671985-3677-1-git-send-email-declan.doherty@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" In patchset "AESNI MB PMD updates" (http://dpdk.org/ml/archives/dev/2016-December/050976.html) the AESNI Multi-Buffer Crypto for IPsec library which the aesni_mb_pmd depends on is updated to v0.44 This patch enables support for runtime selection of the AVX512 accelerated functions added to the new version of the Multi-Buffer Crypto for IPsec library to the aesni_mb_pmd. V2: remove the second patch in the original patchset which allowed user to override the selection of SIMD functions as this was mainly a debug and test function Declan Doherty (1): crypto/aesni_mb: enablement of avx512 support in IPsec_mb library drivers/crypto/aesni_mb/aesni_mb_ops.h | 28 +++++++++++++++++++++++++++- drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 7 ++++++- lib/librte_cryptodev/rte_cryptodev.h | 2 ++ 3 files changed, 35 insertions(+), 2 deletions(-) -- 2.5.5