From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 31B291B248 for ; Wed, 10 Jan 2018 16:57:14 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2018 07:57:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,340,1511856000"; d="scan'208";a="26076398" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.77]) by orsmga002.jf.intel.com with SMTP; 10 Jan 2018 07:57:10 -0800 Received: by (sSMTP sendmail emulation); Wed, 10 Jan 2018 15:57:10 +0000 Date: Wed, 10 Jan 2018 15:57:09 +0000 From: Bruce Richardson To: dev@dpdk.org, marko.kovacevic@intel.com, bluca@debian.org Cc: thomas@monjalon.net, shreyansh.jain@nxp.com Message-ID: <20180110155709.GA1436@bricha3-MOBL3.ger.corp.intel.com> References: <20180109154748.238958-1-bruce.richardson@intel.com> <20180110152457.231787-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180110152457.231787-1-bruce.richardson@intel.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.1 (2017-09-22) Subject: Re: [dpdk-dev] [PATCH v3] doc: add instructions on build using meson 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: Wed, 10 Jan 2018 15:57:15 -0000 On Wed, Jan 10, 2018 at 03:24:57PM +0000, Bruce Richardson wrote: > Add a document describing how to configure, build and install DPDK using > meson and ninja. Document includes references to official installation docs > using make, and points out the experimental nature of the build. > > Signed-off-by: Bruce Richardson > Acked-by: Marko Kovacevic > Acked-by: Luca Boccassi > > --- Applied to dpdk-next-build /Bruce