From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH] config: add openssl in arm64-dpaa2-linuxapp-gcc Date: Tue, 5 Sep 2017 11:28:49 +0530 Message-ID: <2464c136-7795-3fec-8ba8-5fa6147a998d@nxp.com> References: <20170728110738.28922-1-akhil.goyal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: "hemant.agrawal@nxp.com" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" , "Doherty, Declan" Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0084.outbound.protection.outlook.com [104.47.42.84]) by dpdk.org (Postfix) with ESMTP id 4D700293B for ; Tue, 5 Sep 2017 07:58:56 +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 Pablo, On 9/4/2017 8:18 PM, De Lara Guarch, Pablo wrote: > > >> -----Original Message----- >> From: Akhil Goyal [mailto:akhil.goyal@nxp.com] >> Sent: Friday, July 28, 2017 12:08 PM >> To: dev@dpdk.org; Doherty, Declan >> Cc: De Lara Guarch, Pablo ; >> hemant.agrawal@nxp.com; Akhil Goyal >> Subject: [PATCH] config: add openssl in arm64-dpaa2-linuxapp-gcc >> >> Signed-off-by: Akhil Goyal >> --- >> config/defconfig_arm64-dpaa2-linuxapp-gcc | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/config/defconfig_arm64-dpaa2-linuxapp-gcc >> b/config/defconfig_arm64-dpaa2-linuxapp-gcc >> index 8a42944..7de2d4e 100644 >> --- a/config/defconfig_arm64-dpaa2-linuxapp-gcc >> +++ b/config/defconfig_arm64-dpaa2-linuxapp-gcc >> @@ -90,3 +90,9 @@ >> CONFIG_RTE_DPAA2_SEC_PMD_MAX_NB_SESSIONS=2048 >> # >> CONFIG_RTE_LIBRTE_PMD_DPAA2_EVENTDEV=y >> CONFIG_RTE_LIBRTE_PMD_DPAA2_EVENTDEV_DEBUG=n >> + >> +# >> +# Compile PMD for Software backed device # >> +CONFIG_RTE_LIBRTE_PMD_OPENSSL=y >> CONFIG_RTE_LIBRTE_PMD_OPENSSL_DEBUG=n >> -- >> 2.9.3 > > Is OpenSSL installed by default in that system, so this can be enabled by default for this target? > yes this is installed by default. -Akhil