From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 11EA0532D for ; Mon, 9 Jan 2017 14:31:09 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP; 09 Jan 2017 05:31:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,339,1477983600"; d="scan'208";a="51694560" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga006.fm.intel.com with ESMTP; 09 Jan 2017 05:31:07 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by irsmsx110.ger.corp.intel.com ([169.254.15.101]) with mapi id 14.03.0248.002; Mon, 9 Jan 2017 13:31:07 +0000 From: "De Lara Guarch, Pablo" To: Akhil Goyal , "dev@dpdk.org" CC: "thomas.monjalon@6wind.com" , "Doherty, Declan" , "hemant.agrawal@nxp.com" , "Mcnamara, John" , "nhorman@tuxdriver.com" Thread-Topic: [PATCH v2 00/11] Introducing NXP DPAA2 SEC based cryptodev PMD Thread-Index: AQHSXGLeS6MJ3tC740Oj+SHeNvO5NKEwQDNg Date: Mon, 9 Jan 2017 13:31:06 +0000 Message-ID: References: <20161205125540.6419-1-akhil.goyal@nxp.com> <20161222201700.20020-1-akhil.goyal@nxp.com> In-Reply-To: <20161222201700.20020-1-akhil.goyal@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzc4ZTNjZGMtNDU0MS00MDU2LWFlMWMtMmExY2EyMjU4YjE4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkFrNnlSc0U0NUhZTHVub2xMcVZoNFhKYW9lNU81SFdSczhFS2c4WlNHbFk9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 00/11] 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: Mon, 09 Jan 2017 13:31:10 -0000 > -----Original Message----- > From: Akhil Goyal [mailto:akhil.goyal@nxp.com] > Sent: Thursday, December 22, 2016 8:17 PM > To: dev@dpdk.org > Cc: thomas.monjalon@6wind.com; Doherty, Declan; De Lara Guarch, Pablo; > hemant.agrawal@nxp.com; Mcnamara, John; nhorman@tuxdriver.com; > Akhil Goyal > Subject: [PATCH v2 00/11] Introducing NXP DPAA2 SEC based cryptodev > PMD >=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: >=20 > - DPSECI, refers to SEC block interface >=20 > :: Patch Layout :: >=20 > 0001 : lib: Add rte_device pointer in cryptodevice. > This patch may not be needed as some parallel work > is going on on the mailing list. > 0002~0003: Run Time Assembler(RTA) common library for CAAM > hardware > 0004 : Documentation > 0005~0009: Crytodev PMD > 0010 : Performance Test > 0011 : MAINTAINERS >=20 > :: Pending/ToDo :: >=20 > - More functionality and algorithms are still work in progress > -- Hash followed by Cipher mode > -- session-less API > -- Chained mbufs >=20 > - Functional tests would be enhanced in v3 Hi Akhil, Are you planning to send this v3 anytime soon? Thanks, Pablo