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 2A581A09F6; Thu, 17 Dec 2020 13:16:04 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AAB04CA12; Thu, 17 Dec 2020 13:16:01 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id A3F89CA0C for ; Thu, 17 Dec 2020 13:15:59 +0100 (CET) IronPort-SDR: FqaOnEB0lz34/HnqmborkuUBDrOEs1BtxnLOXW7GW2Tuf2Papdx3MMVptj98k2oTdnJdaiQFZo CX4Oymc0TFTg== X-IronPort-AV: E=McAfee;i="6000,8403,9837"; a="239329492" X-IronPort-AV: E=Sophos;i="5.78,427,1599548400"; d="scan'208";a="239329492" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Dec 2020 04:15:58 -0800 IronPort-SDR: EwK1Gqflutyy7pHkxZDSIFRg4AZsfJpMrA9+x4gxmh4/K8a4kNLXKMDMddvMW4wrDSkcxf//E4 YTF1VTYd/hUQ== X-IronPort-AV: E=Sophos;i="5.78,427,1599548400"; d="scan'208";a="369810496" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.233.164]) ([10.213.233.164]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Dec 2020 04:15:57 -0800 To: lironh@marvell.com Cc: dev@dpdk.org, Akhil Goyal , "jerinj@marvell.com" References: <20201215222319.13816-1-lironh@marvell.com> <20201216213652.5760-1-lironh@marvell.com> From: Ferruh Yigit Message-ID: <2004beb6-974c-8dab-36f9-0664401489e6@intel.com> Date: Thu, 17 Dec 2020 12:15:54 +0000 MIME-Version: 1.0 In-Reply-To: <20201216213652.5760-1-lironh@marvell.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3] meson: update meson build for armada drivers 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 12/16/2020 9:36 PM, lironh@marvell.com wrote: > From: Liron Himi > > With pkg-config support available within musdk library > (from musdk-release-SDK-10.3.5.0-PR2 version), > meson option 'lib_musdk_dir' can be removed. > PKG_CONFIG_PATH environment variable should be set appropriately > to use the musdk library. > > docs are updated with new musdk version and meson instructions. > > Signed-off-by: Liron Himi Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/main, thanks.