From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 3B6E91B39C
 for <dev@dpdk.org>; Thu, 12 Oct 2017 15:34:42 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id CC88F21175;
 Thu, 12 Oct 2017 09:34:41 -0400 (EDT)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Thu, 12 Oct 2017 09:34:41 -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=nmxLd4II/0+HS0Xagsmjl6KK1+
 pfhtm8UJxon9705GA=; b=BSNc3NXG6QzMD9aWNasTGjJn6/WzNHAjNHOKxvmNDw
 ywzCZewBmYi4+HX8MvEavj0AtlmPXk4NIUKCPqgNTHrSX8VouCo98FvqZ7wFyf6g
 P1+ZiPPksVpFvl7Sk6zrMpmYUy1VTkhtXT40Z1Q1cxAMvFqUDN9CccZPU03iBgvJ
 8=
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=nmxLd4
 II/0+HS0Xagsmjl6KK1+pfhtm8UJxon9705GA=; b=SEdHpwNgjjHA+H/kMy8V0U
 p+ybW45YwFl6GWgWNb/kCKJfgKNlJ4cvTcGoAf07i8CGgj80eXxJdoo9fs88TrPB
 DpLdVvo1LthHgkMEUiJtp/i3tO+UWfzmxYg2dwE8zP4v9to62nbNUANduebFDBen
 qtUxHEeMIlk5c+OUgadIIWhc+8xhWoI+8U4C1hjfUOaoyNq4IfJPqrsTdIXXLKyu
 50KbKNFT32W4onERd2ryRtatSz0dOGazT5rtMlZvtslFQuA46mfF9zDbGJ4axtyu
 6Dszn50I+fN55F2IlI2blPUwhKJSavVwP2BmliixKuPDjiPFYlsVKNwXwxeqAHoQ
 ==
X-ME-Sender: <xms:cW_fWU7rE-NDil9VZekBtJn7FIrPU8K_db6gQ_V6-Z-O1L24ytTl7A>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 7F00A24141;
 Thu, 12 Oct 2017 09:34:41 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Hemant Agrawal <hemant.agrawal@nxp.com>
Cc: Akhil Goyal <akhil.goyal@nxp.com>, pablo.de.lara.guarch@intel.com,
 dev@dpdk.org, declan.doherty@intel.com
Date: Thu, 12 Oct 2017 15:34:40 +0200
Message-ID: <1673398.6HC6qXQKaP@xps>
In-Reply-To: <00e1e055-c2b4-9e41-5445-3e007010f3d1@nxp.com>
References: <20170829070205.11497-1-akhil.goyal@nxp.com>
 <6929385.Y9o5YL5xZD@xps> <00e1e055-c2b4-9e41-5445-3e007010f3d1@nxp.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v3] crypto/openssl: add openssl path for
	cross compile
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://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: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 12 Oct 2017 13:34:42 -0000

12/10/2017 15:31, Hemant Agrawal:
> On 10/12/2017 6:36 PM, Thomas Monjalon wrote:
> > 05/09/2017 11:02, Akhil Goyal:
> >> OPENSSL_PATH should be defined in case openssl
> >> driver is cross compiled
> >
> > No: in case OpenSSL cannot be found automatically,
> > you should use EXTRA_CFLAGS and EXTRA_LDFLAGS.
> >
> > It is the same for other standard dependencies like
> > libnuma, libpcap, libzip, etc.
> >
> Pablo/Thomas,
> 	We are ok to drop this patch.

OK, thanks a lot for confirming. Appreciated