From mboxrd@z Thu Jan 1 00:00:00 1970 From: "De Lara Guarch, Pablo" Subject: Re: [PATCH v2 01/11] librte_cryptodev: Add rte_device pointer in cryptodevice Date: Mon, 9 Jan 2017 13:34:21 +0000 Message-ID: References: <20161205125540.6419-1-akhil.goyal@nxp.com> <20161222201700.20020-1-akhil.goyal@nxp.com> <20161222201700.20020-2-akhil.goyal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "thomas.monjalon@6wind.com" , "Doherty, Declan" , "hemant.agrawal@nxp.com" , "Mcnamara, John" , "nhorman@tuxdriver.com" To: Akhil Goyal , "dev@dpdk.org" Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 39E8798 for ; Mon, 9 Jan 2017 14:34:25 +0100 (CET) In-Reply-To: <20161222201700.20020-2-akhil.goyal@nxp.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" Hi, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Akhil Goyal > 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: [dpdk-dev] [PATCH v2 01/11] librte_cryptodev: Add rte_device > pointer in cryptodevice >=20 > This patch will not be required as some parallel work is going > on to add it across all crypto devices. >=20 Could you tell me the patch that is going to add this? In that case, you can drop this and just say that your patchset depends on = it. Also, the title should be "cryptodev: add rte_device pointer in crypto devi= ce". Note that for libraries, you just need the name of the library (i.e. crypto= dev). The other thing is that the first letter should be lowercase. Could you cha= nge this in the other patches too? Thanks, Pablo