From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 441785598 for ; Fri, 2 Dec 2016 10:52:02 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP; 02 Dec 2016 01:52:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,729,1477983600"; d="scan'208";a="37999026" Received: from dwdohert-dpdk.ir.intel.com ([163.33.210.152]) by orsmga005.jf.intel.com with ESMTP; 02 Dec 2016 01:52:01 -0800 From: Declan Doherty To: dev@dpdk.org Cc: Declan Doherty Date: Fri, 2 Dec 2016 09:46:23 +0000 Message-Id: <1480671985-3677-1-git-send-email-declan.doherty@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [dpdk-dev] [PATCH 0/2] 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: Fri, 02 Dec 2016 09:52:03 -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 The first patch in this patchset enables support for the AVX512 accelerated functions added in the new version of the library to the aesni_mb_pmd. The second patch add a new initialisation option which allows the user to explicitly select which set of SIMD functions to use from the base library. Declan Doherty (2): crypto/aesni_mb: enablement of avx512 support in IPsec_mb library crypto/aesni_mb: add new option to select SIMD mode drivers/crypto/aesni_mb/aesni_mb_ops.h | 28 +++- drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 142 ++++++++++++++++++--- drivers/crypto/aesni_mb/rte_aesni_mb_pmd_private.h | 7 + lib/librte_cryptodev/rte_cryptodev.h | 2 + 4 files changed, 161 insertions(+), 18 deletions(-) -- 2.5.5