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 538401B4A0 for ; Wed, 10 Oct 2018 11:57:28 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Oct 2018 02:57:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,364,1534834800"; d="scan'208";a="76891956" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga007.fm.intel.com with ESMTP; 10 Oct 2018 02:49:18 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 10 Oct 2018 02:49:17 -0700 Received: from HASMSX109.ger.corp.intel.com (10.184.198.21) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 10 Oct 2018 02:49:17 -0700 Received: from HASMSX110.ger.corp.intel.com ([169.254.6.3]) by hasmsx109.ger.corp.intel.com ([169.254.3.74]) with mapi id 14.03.0319.002; Wed, 10 Oct 2018 12:49:14 +0300 From: "Kusztal, ArkadiuszX" To: "Zhang, Roy Fan" , "dev@dpdk.org" CC: "akhil.goyal@nxp.com" Thread-Topic: [PATCH v2 0/3] crypto/aesni_mb: add aes-gcm support Thread-Index: AQHUYA5n8zwk9mbvckOGr2hO8xGnYaUYPLmg Date: Wed, 10 Oct 2018 09:49:14 +0000 Message-ID: <06EE24DD0B19E248B53F6DC8657831559E7F1B@HASMSX110.ger.corp.intel.com> References: <20180907104408.36469-1-roy.fan.zhang@intel.com> <20181009201056.37344-1-roy.fan.zhang@intel.com> In-Reply-To: <20181009201056.37344-1-roy.fan.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.103.104.103] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/3] crypto/aesni_mb: add aes-gcm support 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, 10 Oct 2018 09:57:29 -0000 > -----Original Message----- > From: Zhang, Roy Fan > Sent: Tuesday, October 9, 2018 10:11 PM > To: dev@dpdk.org > Cc: akhil.goyal@nxp.com; Kusztal, ArkadiuszX > > Subject: [PATCH v2 0/3] crypto/aesni_mb: add aes-gcm support >=20 > This patchset adds the AES-GCM algorithm support to AESNI-MB Cryptodev > PMD and updates the unit test and documentations along. >=20 > v2: > - rebased on top of latest dpdk-next-crypto. > - removed incorrect __rte_unused macros. >=20 > 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 >=20 > 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(-) >=20 > -- > 2.13.6 Series-acked-by: Arek Kusztal