From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 9E4362BA2 for ; Tue, 18 Apr 2017 23:51:07 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Apr 2017 14:51:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,219,1488873600"; d="scan'208";a="75788723" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga002.jf.intel.com with ESMTP; 18 Apr 2017 14:51:04 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 18 Apr 2017 22:51:03 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by irsmsx111.ger.corp.intel.com ([169.254.2.58]) with mapi id 14.03.0319.002; Tue, 18 Apr 2017 22:51:03 +0100 From: "De Lara Guarch, Pablo" To: "akhil.goyal@nxp.com" , "dev@dpdk.org" CC: "Doherty, Declan" , "hemant.agrawal@nxp.com" , "Mcnamara, John" , "nhorman@tuxdriver.com" , "thomas.monjalon@6wind.com" Thread-Topic: [PATCH v7 00/13] Introducing NXP dpaa2_sec based cryptodev pmd Thread-Index: AQHSsfZdvFLMtA7bAUO0iNx1nYJvnKHLt4NQ Date: Tue, 18 Apr 2017 21:51:03 +0000 Message-ID: References: <20170324215754.21751-1-akhil.goyal@nxp.com> <20170410123108.26305-1-akhil.goyal@nxp.com> In-Reply-To: <20170410123108.26305-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjExNjQ3OWQtNmFjNS00ZTYyLWE1NjQtMDE0OTY1NWFhOTY2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InhqUWZJdnJjWHkrc1NxMVJRWERoZnZsWk5DOEVFaDRrVWd5ZXp6eWVcL3FnPSJ9 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 v7 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: Tue, 18 Apr 2017 21:51:08 -0000 > -----Original Message----- > From: akhil.goyal@nxp.com [mailto:akhil.goyal@nxp.com] > Sent: Monday, April 10, 2017 1:31 PM > To: dev@dpdk.org > Cc: Doherty, Declan; De Lara Guarch, Pablo; hemant.agrawal@nxp.com; > Mcnamara, John; nhorman@tuxdriver.com; thomas.monjalon@6wind.com; > Akhil Goyal > Subject: [PATCH v7 00/13] Introducing NXP dpaa2_sec based cryptodev > pmd >=20 > From: Akhil Goyal >=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~0002: Cryptodev PMD > 0003 : MC dpseci object > 0004 : Crytodev PMD basic ops > 0005~0006: Run Time Assembler(RTA) common headers for CAAM > hardware > 0007~0009: Crytodev PMD ops > 0010 : Documentation > 0011 : MAINTAINERS > 0012~0013: Performance and Functional tests >=20 Hi Akhil, It looks like there have been some changes in the patches that this patchse= t was depending on. Could you rebase the patchset and send a v8, please? Thanks, Pablo