From mboxrd@z Thu Jan 1 00:00:00 1970 From: "De Lara Guarch, Pablo" Subject: Re: [PATCH v2 06/12] cryptodev: disabled by default Date: Fri, 9 Jun 2017 15:03:08 +0000 Message-ID: References: <1b9434af8872a0fa468618835c34e255e9c76c36.1496877060.git.gaetan.rivet@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: Gaetan Rivet , "dev@dpdk.org" Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 249D32BB8 for ; Fri, 9 Jun 2017 17:04:17 +0200 (CEST) In-Reply-To: <1b9434af8872a0fa468618835c34e255e9c76c36.1496877060.git.gaetan.rivet@6wind.com> 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" > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Gaetan Rivet > Sent: Thursday, June 08, 2017 12:59 AM > To: dev@dpdk.org > Cc: Gaetan Rivet > Subject: [dpdk-dev] [PATCH v2 06/12] cryptodev: disabled by default >=20 > Signed-off-by: Gaetan Rivet > --- > config/common_base | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/config/common_base b/config/common_base > index 0e0b732..cade611 100644 > --- a/config/common_base > +++ b/config/common_base > @@ -430,7 +430,7 @@ CONFIG_RTE_PMD_PACKET_PREFETCH=3Dy > # > # Compile generic crypto device library > # > -CONFIG_RTE_LIBRTE_CRYPTODEV=3Dy > +CONFIG_RTE_LIBRTE_CRYPTODEV=3Dn > CONFIG_RTE_LIBRTE_CRYPTODEV_DEBUG=3Dn > CONFIG_RTE_CRYPTO_MAX_DEVS=3D64 > CONFIG_RTE_CRYPTODEV_NAME_LEN=3D64 > -- > 2.1.4 As already discussed, there should be no need to disable this, after applying this: http://dpdk.org/ml/archives/dev/2017-May/066382.html