From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jun 2017 08:03:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,317,1493708400"; d="scan'208";a="112964244" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga006.fm.intel.com with ESMTP; 09 Jun 2017 08:03:09 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0319.002; Fri, 9 Jun 2017 16:03:08 +0100 From: "De Lara Guarch, Pablo" To: Gaetan Rivet , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 06/12] cryptodev: disabled by default Thread-Index: AQHS3+sBYSjYZHKSpk2HO8f9g9XlzKIcosJA Date: Fri, 9 Jun 2017 15:03:08 +0000 Message-ID: References: <1b9434af8872a0fa468618835c34e255e9c76c36.1496877060.git.gaetan.rivet@6wind.com> In-Reply-To: <1b9434af8872a0fa468618835c34e255e9c76c36.1496877060.git.gaetan.rivet@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTZkODQwZGItZjE1MS00NTg0LTkwOWMtNjczMGZhMjIwZGRiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Imo0MGZ3VUV6VGwyZHA4eVY4MGlnTVdWdkZ6MFlOWTRJVmdjUm9KZXhwMTg9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 06/12] cryptodev: disabled by default 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: Fri, 09 Jun 2017 15:04:18 -0000 > -----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