From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH v6 04/13] crypto/dpaa2_sec: add basic crypto operations Date: Wed, 29 Mar 2017 16:14:31 +0530 Message-ID: References: <20170303194935.30831-1-akhil.goyal@nxp.com> <20170324215754.21751-1-akhil.goyal@nxp.com> <20170324215754.21751-5-akhil.goyal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: "De Lara Guarch, Pablo" Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0056.outbound.protection.outlook.com [104.47.41.56]) by dpdk.org (Postfix) with ESMTP id 1C897D324 for ; Wed, 29 Mar 2017 12:44:41 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 3/27/2017 7:28 PM, De Lara Guarch, Pablo wrote: > > >> -----Original Message----- >> From: akhil.goyal@nxp.com [mailto:akhil.goyal@nxp.com] >> Sent: Friday, March 24, 2017 9:58 PM >> To: dev@dpdk.org >> Cc: thomas.monjalon@6wind.com; Doherty, Declan; De Lara Guarch, Pablo; >> Mcnamara, John; nhorman@tuxdriver.com; hemant.agrawal@nxp.com; >> Akhil Goyal >> Subject: [PATCH v6 04/13] crypto/dpaa2_sec: add basic crypto operations >> >> From: Akhil Goyal >> >> Signed-off-by: Hemant Agrawal >> Signed-off-by: Akhil Goyal >> --- >> drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 181 >> ++++++++++++++++++++++++++++ >> 1 file changed, 181 insertions(+) >> >> diff --git a/drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c >> b/drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c >> index 378df4a..aa08922 100644 > > ... > >> + >> +static int >> +dpaa2_sec_dev_configure(struct rte_cryptodev *dev __rte_unused) >> +{ >> + PMD_INIT_FUNC_TRACE(); >> + >> + return -ENOTSUP; >> +} >> + > > There have been an API change here, so this configure function has another parameter, "struct rte_cryptodev_config". > > If you need to send another version, make the change (rebase against latest subtree). If not, I will make the change for you. > > Thanks, > Pablo > > There is nothing pending from my side for this patch set. Please let me know if there are any more comments. Regards, Akhil