From mboxrd@z Thu Jan 1 00:00:00 1970 From: "De Lara Guarch, Pablo" Subject: Re: [PATCH v5 01/19] crypto/ccp: add AMD ccp skeleton PMD Date: Mon, 23 Apr 2018 07:55:53 +0000 Message-ID: References: <1520584520-130522-1-git-send-email-Ravi1.kumar@amd.com> <1521462233-13590-1-git-send-email-Ravi1.kumar@amd.com> <1612190.ovG0FycYX0@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" , "hemant.agrawal@nxp.com" To: "Kumar, Ravi1" , Thomas Monjalon Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id A16412BA9 for ; Mon, 23 Apr 2018 09:55:57 +0200 (CEST) In-Reply-To: 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: Kumar, Ravi1 [mailto:Ravi1.Kumar@amd.com] > Sent: Monday, April 23, 2018 7:37 AM > To: Thomas Monjalon ; De Lara Guarch, Pablo > > Cc: dev@dpdk.org; hemant.agrawal@nxp.com > Subject: RE: [dpdk-dev] [PATCH v5 01/19] crypto/ccp: add AMD ccp skeleton > PMD >=20 > >Hi, > > > >19/03/2018 13:23, Ravi Kumar: > >> --- a/config/common_base > >> +++ b/config/common_base > >> @@ -529,6 +529,11 @@ > CONFIG_RTE_LIBRTE_PMD_CRYPTO_SCHEDULER_DEBUG=3Dn > >> CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=3Dy > >> > >> # > >> +# Compile PMD for AMD CCP crypto device # > CONFIG_RTE_LIBRTE_PMD_CCP=3Dn > > > >Why is it disabled by default? > > > Hi Thomas, >=20 > The CCP HW crypto engines are available only on specific AMD platforms. > That is why we let the user decide when to enable. Actually, I thought this was disabled because this PMD has an external depe= ndency with libcrypto. >=20 > Regards, > Ravi