From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP; 21 Dec 2016 14:12:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,385,1477983600"; d="scan'208";a="45546281" Received: from dwdohert-dpdk.ir.intel.com ([163.33.210.152]) by fmsmga005.fm.intel.com with ESMTP; 21 Dec 2016 14:12:55 -0800 From: Declan Doherty To: dev@dpdk.org Cc: Declan Doherty Date: Wed, 21 Dec 2016 22:04:59 +0000 Message-Id: <1482357900-8382-1-git-send-email-declan.doherty@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1480671985-3677-1-git-send-email-declan.doherty@intel.com> References: <1480671985-3677-1-git-send-email-declan.doherty@intel.com> Subject: [dpdk-dev] [PATCH v2] enablement of avx512 instruction support in aesni_mb_pmd 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 Dec 2016 22:12:57 -0000 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