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 D47731B1AB for ; Wed, 10 Jan 2018 13:02:41 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2018 04:02:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,339,1511856000"; d="scan'208";a="8559532" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga007.fm.intel.com with ESMTP; 10 Jan 2018 04:02:40 -0800 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.248]) by IRSMSX102.ger.corp.intel.com ([169.254.2.180]) with mapi id 14.03.0319.002; Wed, 10 Jan 2018 12:02:38 +0000 From: "Kovacevic, Marko" To: "Richardson, Bruce" , "dev@dpdk.org" CC: "bluca@debian.org" , "Mcnamara, John" , "Van Haaren, Harry" , "thomas@monjalon.net" , "shreyansh.jain@nxp.com" Thread-Topic: [PATCH v2] doc: add instructions on build using meson Thread-Index: AQHTiWFSliwDYi6ogUydcwbLXf7X+qNtAlag Date: Wed, 10 Jan 2018 12:02:38 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F66330E0E@IRSMSX104.ger.corp.intel.com> References: <20171221161226.198837-1-bruce.richardson@intel.com> <20180109154748.238958-1-bruce.richardson@intel.com> In-Reply-To: <20180109154748.238958-1-bruce.richardson@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2Y2NTQ2NmEtNDUyMS00ZGQ5LWJhYmMtODEyNjFlZjBlODY2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Im1HalBPdkxsM2IrWEhKS3UzQ0hBMDZmVmRFQnZNbVJPcjBqaFNkK0xLV2s9In0= x-ctpclassification: CTP_NT x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] 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 12:02:42 -0000 > Signed-off-by: Bruce Richardson > --- > V2: > * moved new document to the "doc/" directory > * minor updates following review comments from Shreyansh Jain > --- > doc/build-sdk-meson.txt | 175 > ++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 175 insertions(+) > create mode 100644 doc/build-sdk-meson.txt <...> Acked-by: Marko Kovacevic