Hi, > -----Original Message----- > From: Kumar, Ravi1 [mailto:ravi1.ku...@amd.com] > Sent: Monday, April 23, 2018 7:37 AM > To: Thomas Monjalon <tho...@monjalon.net>; De Lara Guarch, Pablo > <pablo.de.lara.gua...@intel.com> > Cc: dev@dpdk.org; hemant.agra...@nxp.com > Subject: RE: [dpdk-dev] [PATCH v5 01/19] crypto/ccp: add AMD ccp skeleton > PMD > > >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=n > >> CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y > >> > >> # > >> +# Compile PMD for AMD CCP crypto device # > CONFIG_RTE_LIBRTE_PMD_CCP=n > > > >Why is it disabled by default? > > > Hi Thomas, > > 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 dependency with libcrypto. > > Regards, > Ravi