From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 94F9F1B2D1 for ; Thu, 12 Oct 2017 15:01:13 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id CFC612117C; Thu, 12 Oct 2017 09:01:12 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 12 Oct 2017 09:01:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=qxLQA/SQ/Tj7H9o8HWnXmOIZo5 JlSYGSYe9wtzmn52s=; b=HiCnoUhYtAuAdnJxdrw2C4UdfWToUx1GzzEBhjf4pL 8Gs99O6wvo/FD5soYX+c5/XEW1IYJhxVlQpu3d4JhI6Mvi+mZ1419pyMvncNrtOU awBUkDQ/B6a35acdmmNVPWyYlf8TpUOcYi+yHR8+z31yf86RYEv0miRvJZX71Nie c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=qxLQA/ SQ/Tj7H9o8HWnXmOIZo5JlSYGSYe9wtzmn52s=; b=KaXfVlk/Y19renerLIoYJx DqRrEhQOp/vPJ3Y+IvO33ZPqJL/q/S06w68n3nq+AD/zZ4J/wAQFNENiNVZYu0Gn 3AL27i+Q926d9nq/s8LNwt+qTFLVfqCR0JwZzklhnrrSX5kZrglbhq8elKn8jYJU HR7FRv3hgt2qpP3y2ent5dCsp78gsACJVBMD5or6n/I685xZNfw7asGMFsyfhaUx pRDUe+pmHGWETGin5KmmdarLniX13hMXQsoinoOGb9LBCim+3wufcHKGXB8k47Jn +p+jnPPPNVEdKPUIOgEHwkATgiLN43AqOW/3/yWFqkIwooSNokMalZk2HoPntl8w == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 64698249CD; Thu, 12 Oct 2017 09:01:12 -0400 (EDT) From: Thomas Monjalon To: "De Lara Guarch, Pablo" , Akhil Goyal Cc: dev@dpdk.org, "Doherty, Declan" , "hemant.agrawal@nxp.com" Date: Thu, 12 Oct 2017 15:01:11 +0200 Message-ID: <6512004.RiLI2L5KfD@xps> In-Reply-To: References: <20170728110738.28922-1-akhil.goyal@nxp.com> <2464c136-7795-3fec-8ba8-5fa6147a998d@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] config: add openssl in arm64-dpaa2-linuxapp-gcc X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Oct 2017 13:01:13 -0000 06/09/2017 12:25, De Lara Guarch, Pablo: > From: Akhil Goyal [mailto:akhil.goyal@nxp.com] > > > > Hi Pablo, > > On 9/4/2017 8:18 PM, De Lara Guarch, Pablo wrote: > > > From: Akhil Goyal [mailto:akhil.goyal@nxp.com] > > >> --- 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. > > Thanks for the reply. > > Applied to dpdk-next-crypto. > Thanks, Where is it installed by default? On your machine? In your build system? It is at least not installed on my machine when I compile this target. This file is a defconfig, not your preferred config. This patch should be dropped.