From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 16725DE0 for ; Thu, 20 Apr 2017 11:32:03 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Apr 2017 02:31:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,225,1488873600"; d="scan'208";a="1138032141" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga001.fm.intel.com with ESMTP; 20 Apr 2017 02:31:49 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by IRSMSX103.ger.corp.intel.com ([169.254.3.241]) with mapi id 14.03.0319.002; Thu, 20 Apr 2017 10:31:48 +0100 From: "De Lara Guarch, Pablo" To: "akhil.goyal@nxp.com" , "dev@dpdk.org" CC: "Doherty, Declan" , "Mcnamara, John" , "hemant.agrawal@nxp.com" Thread-Topic: [PATCH v9 00/13] Introducing NXP dpaa2_sec based cryptodev pmd Thread-Index: AQHSuZk6j11wpRMFVkmZY6T0pY2ch6HN/d4w Date: Thu, 20 Apr 2017 09:31:47 +0000 Message-ID: References: <1492616268-6307-1-git-send-email-akhil.goyal@nxp.com> <1492667067-21968-1-git-send-email-akhil.goyal@nxp.com> In-Reply-To: <1492667067-21968-1-git-send-email-akhil.goyal@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjg3NmQ5M2ItMzQxMi00NzM2LTg2MDgtNzQ5MzFkOWQ3YWZhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlFMdGsyWVBhQUQ2eDJwenozcytXUjBcLzNWM0ZDVUYxQmJBUE9mXC9meFdhND0ifQ== x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v9 00/13] Introducing NXP dpaa2_sec based cryptodev 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: Thu, 20 Apr 2017 09:32:04 -0000 > -----Original Message----- > From: akhil.goyal@nxp.com [mailto:akhil.goyal@nxp.com] > Sent: Thursday, April 20, 2017 6:44 AM > To: dev@dpdk.org > Cc: Doherty, Declan; De Lara Guarch, Pablo; Mcnamara, John; > hemant.agrawal@nxp.com > Subject: [PATCH v9 00/13] Introducing NXP dpaa2_sec based cryptodev > pmd >=20 > From: Hemant Agrawal >=20 > Based over the DPAA2 PMD driver [1], this series of patches introduces th= e > DPAA2_SEC PMD which provides DPDK crypto driver for NXP's DPAA2 > CAAM > Hardware accelerator. >=20 > SEC is NXP DPAA2 SoC's security engine for cryptographic acceleration and > offloading. It implements block encryption, stream cipher, hashing and > public key algorithms. It also supports run-time integrity checking, and = a > hardware random number generator. >=20 > Besides the objects exposed in [1], another key object has been added > through this patch: Series applied to dpdk-next-crypto. Thanks for the work, Pablo