From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 5D9461B11F for ; Wed, 13 Feb 2019 06:39:00 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Feb 2019 21:38:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,364,1544515200"; d="scan'208";a="142987182" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga002.fm.intel.com with ESMTP; 12 Feb 2019 21:38:59 -0800 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 12 Feb 2019 21:38:58 -0800 Received: from bgsmsx153.gar.corp.intel.com (10.224.23.4) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 12 Feb 2019 21:38:58 -0800 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.30]) by BGSMSX153.gar.corp.intel.com ([169.254.2.46]) with mapi id 14.03.0415.000; Wed, 13 Feb 2019 11:08:55 +0530 From: "Varghese, Vipin" To: Thomas Monjalon CC: "dev@dpdk.org" , "Mcnamara, John" , "Kovacevic, Marko" , "Yigit, Ferruh" , "Padubidri, Sanjay A" , "Patel, Amol" , "Richardson, Bruce" Thread-Topic: [dpdk-dev] [PATCH v5] doc/patches: add meson build to contributing guide Thread-Index: AQHUt4ktVk7CRv1rWUCPnCoj1BahZqXboZaAgAGsGBA= Date: Wed, 13 Feb 2019 05:38:54 +0000 Message-ID: <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D308756@BGSMSX101.gar.corp.intel.com> References: <20190124230541.58343-1-vipin.varghese@intel.com> <20190129101036.35002-1-vipin.varghese@intel.com> <7524951.pvg4nOelVy@xps> In-Reply-To: <7524951.pvg4nOelVy@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDJlMGNiNzUtZDExMi00YWQ2LTkxY2MtOThmZjJhMzlkY2VhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiczNmQ1VaSmJXeHJFWlwvTUlxODFUVDg1WGlwbjRWTnJLd1BlZG1VdHZQVEJ3Nk5xRXNxdjlcLzF0N05QR3gxWkhxIn0= dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5] doc/patches: add meson build to contributing guide 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, 13 Feb 2019 05:39:01 -0000 Sure, I will share v6 with the changes > -----Original Message----- > From: Thomas Monjalon > Sent: Tuesday, February 12, 2019 3:06 PM > To: Varghese, Vipin > Cc: dev@dpdk.org; Mcnamara, John ; Kovacevic, > Marko ; Yigit, Ferruh = ; > Padubidri, Sanjay A ; Patel, Amol > ; Richardson, Bruce > Subject: Re: [dpdk-dev] [PATCH v5] doc/patches: add meson build to contri= buting > guide >=20 > 29/01/2019 11:10, Vipin Varghese: > > +Meson system > > +~~~~~~~~~~~~ >=20 > What do you think about adding "Makefile system" title for previous secti= on? > We could also add an introduction explaining that both systems must be te= sted. >=20 > > + > > +Compilation of patches is to be tested with > > +``devtools/test-meson-builds.sh`` script in ``devtools`` >=20 > A dot is missing. You may remove "in ``devtools``" as it is already in th= e path. >=20 > > + > > +The script internally checks for dependencies, then builds for > > +several combinations of compilation configuration. > > + >=20 >=20