From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH v2 0/3] crypto/aesni_mb: add aes-gcm support Date: Wed, 10 Oct 2018 16:12:19 +0530 Message-ID: References: <20180907104408.36469-1-roy.fan.zhang@intel.com> <20181009201056.37344-1-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: arkadiuszx.kusztal@intel.com To: Fan Zhang , dev@dpdk.org Return-path: Received: from EUR03-DB5-obe.outbound.protection.outlook.com (mail-eopbgr40069.outbound.protection.outlook.com [40.107.4.69]) by dpdk.org (Postfix) with ESMTP id C90EF1B54B for ; Wed, 10 Oct 2018 12:42:42 +0200 (CEST) In-Reply-To: <20181009201056.37344-1-roy.fan.zhang@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Please add appropriate patch description. you can send another version/reply to the mail. On 10/10/2018 1:40 AM, Fan Zhang wrote: > This patchset adds the AES-GCM algorithm support to AESNI-MB Cryptodev > PMD and updates the unit test and documentations along. > > v2: > - rebased on top of latest dpdk-next-crypto. > - removed incorrect __rte_unused macros. > > Fan Zhang (3): > crypto/aesni_mb: add aes-gcm algorithm support > test/test_cryptodev: add AES-GCM tests to AESNI-MB > doc: update cryptodev and release note > > doc/guides/cryptodevs/aesni_mb.rst | 1 + > doc/guides/rel_notes/release_18_11.rst | 4 + > drivers/crypto/aesni_mb/aesni_mb_ops.h | 28 +++- > drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 160 +++++++++++++++------ > drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c | 30 ++++ > drivers/crypto/aesni_mb/rte_aesni_mb_pmd_private.h | 3 + > test/test/test_cryptodev.c | 114 +++++++++++++++ > 7 files changed, 293 insertions(+), 47 deletions(-) >