From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4121FA04E7; Thu, 5 Nov 2020 17:11:43 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DB39B2C2D; Thu, 5 Nov 2020 17:11:41 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 748C0126B for ; Thu, 5 Nov 2020 17:11:39 +0100 (CET) IronPort-SDR: S2UPsrZ6aU0aZV5tBstM0b5Sbo/pIahLP4eIz7nJ89fSbGXGKMf+nxbiXuySl2wPKbiM0AZkd/ aO2dca9QZmmA== X-IronPort-AV: E=McAfee;i="6000,8403,9795"; a="169519056" X-IronPort-AV: E=Sophos;i="5.77,453,1596524400"; d="scan'208";a="169519056" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Nov 2020 08:11:38 -0800 IronPort-SDR: 6zyfInLw/L39OAV2NbzvGiZAV9UvTqNyeBthvG1OMWit1ZhFlwqlbt5CIN4TvvHRtkt0uMXxHs ErHmJ+VVxZqg== X-IronPort-AV: E=Sophos;i="5.77,453,1596524400"; d="scan'208";a="539460759" Received: from bricha3-mobl.ger.corp.intel.com ([10.251.177.138]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 05 Nov 2020 08:11:35 -0800 Date: Thu, 5 Nov 2020 16:11:30 +0000 From: Bruce Richardson To: Dharmik Thakkar Cc: Ruifeng Wang , dev@dpdk.org, nd@arm.com Message-ID: <20201105161130.GA781@bricha3-MOBL.ger.corp.intel.com> References: <20201105153316.27918-1-dharmik.thakkar@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201105153316.27918-1-dharmik.thakkar@arm.com> Subject: Re: [dpdk-dev] [PATCH 1/2] crypto/armv8: update meson build 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Nov 05, 2020 at 09:33:15AM -0600, Dharmik Thakkar wrote: > With pkg-config support available within AArch64crypto library, > meson option 'armv8_crypto_dir' can be removed. > PKG_CONFIG_PATH environment variable should be set appropriately > to use the crypto library. > > Refer [1] for build instructions. > > [1] > https://doc.dpdk.org/guides/cryptodevs/armv8.html > > Suggested-by: Thomas Monjalon > Signed-off-by: Dharmik Thakkar > Reviewed-by: Ruifeng Wang > --- > drivers/crypto/armv8/meson.build | 19 ++++--------------- > meson_options.txt | 2 -- > 2 files changed, 4 insertions(+), 17 deletions(-) > This simplification is great to see, thanks. Acked-by: Bruce Richardson