From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id ADC342C66 for ; Mon, 4 Sep 2017 16:48:56 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Sep 2017 07:48:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,475,1498546800"; d="scan'208";a="1191385147" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga001.fm.intel.com with ESMTP; 04 Sep 2017 07:48:54 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 4 Sep 2017 15:48:54 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by irsmsx112.ger.corp.intel.com ([169.254.1.110]) with mapi id 14.03.0319.002; Mon, 4 Sep 2017 15:48:54 +0100 From: "De Lara Guarch, Pablo" To: Akhil Goyal , "dev@dpdk.org" , "Doherty, Declan" CC: "hemant.agrawal@nxp.com" Thread-Topic: [PATCH] config: add openssl in arm64-dpaa2-linuxapp-gcc Thread-Index: AQHTB5IH8ZhoRtES702LNMJ18LV/q6KlCm0w Date: Mon, 4 Sep 2017 14:48:53 +0000 Message-ID: References: <20170728110738.28922-1-akhil.goyal@nxp.com> In-Reply-To: <20170728110738.28922-1-akhil.goyal@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Mon, 04 Sep 2017 14:48:57 -0000 > -----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 >=20 > Signed-off-by: Akhil Goyal > --- > config/defconfig_arm64-dpaa2-linuxapp-gcc | 6 ++++++ > 1 file changed, 6 insertions(+) >=20 > 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=3D2048 > # > CONFIG_RTE_LIBRTE_PMD_DPAA2_EVENTDEV=3Dy > CONFIG_RTE_LIBRTE_PMD_DPAA2_EVENTDEV_DEBUG=3Dn > + > +# > +# Compile PMD for Software backed device # > +CONFIG_RTE_LIBRTE_PMD_OPENSSL=3Dy > CONFIG_RTE_LIBRTE_PMD_OPENSSL_DEBUG=3Dn > -- > 2.9.3 Is OpenSSL installed by default in that system, so this can be enabled by d= efault for this target? Pablo