From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 4BD288E6E for ; Thu, 19 Apr 2018 14:15:46 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Apr 2018 05:15:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,469,1517904000"; d="scan'208";a="221678117" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.51]) by fmsmga005.fm.intel.com with SMTP; 19 Apr 2018 05:15:43 -0700 Received: by (sSMTP sendmail emulation); Thu, 19 Apr 2018 13:15:42 +0100 Date: Thu, 19 Apr 2018 13:15:42 +0100 From: Bruce Richardson To: Tomasz Duszynski Cc: dev@dpdk.org, dima@marvell.com, nsamsono@marvell.com Message-ID: <20180419121541.GD11352@bricha3-MOBL.ger.corp.intel.com> References: <1524131138-3204-1-git-send-email-tdu@semihalf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1524131138-3204-1-git-send-email-tdu@semihalf.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH] net/mvpp2: get MUSDK library path from a meson option 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: Thu, 19 Apr 2018 12:15:46 -0000 On Thu, Apr 19, 2018 at 11:45:38AM +0200, Tomasz Duszynski wrote: > Since not cluttering environment and keeping all relevant > settings local to the cross build is reasonable get > MUSDK library installation path from a meson option. > > Signed-off-by: Tomasz Duszynski > --- Applied and squashed to relevant commit on next-build. Thanks, /Bruce