From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com
 [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 065ED548B
 for <dev@dpdk.org>; Wed,  9 May 2018 09:58:03 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 72B4A22D55;
 Wed,  9 May 2018 03:58:02 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162])
 by compute1.internal (MEProxy); Wed, 09 May 2018 03:58:02 -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=CHln7vlK49RC+UCsFhY73hHFCV
 Xghq+bYmr9bARunZE=; b=n+wYqzLGunNBxzexOerC/ToXZm0zZsIAUlfZFuUdOR
 59bHqAx/b8ntVTLlAXmpji3BOXZeLy18q7fobGMWfqUYcFDwluw3vbYsgUgq7wfH
 Gb8y9qcpZhhrNu1ns6tp8EYMNG/yw6DS18reX8t2lqKcRMqgewoERnfCPLze647Y
 A=
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=fm2; bh=CHln7v
 lK49RC+UCsFhY73hHFCVXghq+bYmr9bARunZE=; b=EwfdyOW6brBGI1p5H/IOp0
 0yoc5cXv+FgaIhUOTcHVcapIYGaahPyATuuZ/YJx79TMuY5vxqXakTf7Hk8+u9Ll
 4JJ1zQ/XT4YeoLGylRC8ClJmebFaPeQ5rpHOR91bzua4Y8PRSOpKWaWbAc7qWbMK
 YEH5J9wnT7Q4WR7ZqHg70tsKoI4rsXGZCpcbihyGzg3uQiR9O3MOL0w0lbp+cFEw
 WFlKjwvVS+Lz3hD5EubLPo8YPNoXQVm/SU5D8up1W2wLUuqJN/OvLElkX3J6Fwaa
 aNCgP8MB+kstoir4M8bGUPgv1YTmKZFM6g23EW9m841tK+BnAMKD9fLEPFW6Tb1g
 ==
X-ME-Sender: <xms:CqryWu9kzZC0XUO0TzXQw4gIijrD_PPutGMG6O3C150QEuV3KHxetQ>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id A59FFE4EEF;
 Wed,  9 May 2018 03:58:01 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: "Kumar, Ravi1" <Ravi1.Kumar@amd.com>
Cc: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com>,
 "dev@dpdk.org" <dev@dpdk.org>,
 "hemant.agrawal@nxp.com" <hemant.agrawal@nxp.com>
Date: Wed, 09 May 2018 09:58:00 +0200
Message-ID: <12839818.NQYkpLnXHL@xps>
In-Reply-To: <CY4PR12MB150959D79171FD23D1DA4C0DAE990@CY4PR12MB1509.namprd12.prod.outlook.com>
References: <1525327041-128382-1-git-send-email-Ravi1.kumar@amd.com>
 <E115CCD9D858EF4F90C690B0DCB4D8976CD01571@IRSMSX108.ger.corp.intel.com>
 <CY4PR12MB150959D79171FD23D1DA4C0DAE990@CY4PR12MB1509.namprd12.prod.outlook.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH 1/2] crypto/ccp: enable CCP crypto poll mode
	driver by default
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 09 May 2018 07:58:03 -0000

09/05/2018 07:53, Kumar, Ravi1:
> >
> >I think this cannot be enabled by default, since it has an external dependency on OpenSSL.
> 
> Hi Pablo,
> 
> We were asked to enable the PMD by default in one of the previous emails. Unfortunately, we can't remove the dependency on OpenSSL. Kindly suggest the option in this case. We could leave this patch-set and have the code as-is, I mean the older compile-time option. If not, then this is our only option. 

If you have a dependency, you cannot enable by default.