From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id C1CE61B113 for ; Wed, 14 Nov 2018 15:30:22 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Nov 2018 06:30:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,232,1539673200"; d="scan'208";a="89239182" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga007.jf.intel.com with ESMTP; 14 Nov 2018 06:30:20 -0800 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.131]) by IRSMSX101.ger.corp.intel.com ([169.254.1.134]) with mapi id 14.03.0415.000; Wed, 14 Nov 2018 14:30:20 +0000 From: "Kovacevic, Marko" To: "Varghese, Vipin" , "Richardson, Bruce" , "Mcnamara, John" , "dev@dpdk.org" CC: "Patel, Amol" , "Byrne, Stephen1" Thread-Topic: [PATCH v3] doc: add meson build to contributing guide Thread-Index: AQHUcFwETrn/f+pCyE6AnOg1wVumA6VPYm8A Date: Wed, 14 Nov 2018 14:30:19 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F660205059B@IRSMSX104.ger.corp.intel.com> References: <20181030141345.23725-1-vipin.varghese@intel.com> <20181030141847.23861-1-vipin.varghese@intel.com> In-Reply-To: <20181030141847.23861-1-vipin.varghese@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.400.15 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjNhZTZhYzktMmJjYy00YjFiLThiYTgtNjE2N2Q3ODllZjJkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiMHNoZ1hXK2tNMm1LTFRqVWRFXC9mbVFKb0NDR0UxQkJpTkhEam5lXC9MczRBdlZXREIrT1kwNWF3dzg4d0lrbVg2In0= x-ctpclassification: CTP_NT x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] doc: 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, 14 Nov 2018 14:30:23 -0000 > Patches has to be validated for meson builds. Updating documentation for > meson build steps in Checking Compilation category. >=20 > Signed-off-by: Vipin Varghese > --- >=20 > V3: > removed extra character - Vipin Varghese >=20 > V2: > updated the meson build options - Bruce Richardson > --- > doc/guides/contributing/patches.rst | 6 ++++++ > 1 file changed, 6 insertions(+) >=20 > diff --git a/doc/guides/contributing/patches.rst > b/doc/guides/contributing/patches.rst > index a3d788024..adcadb817 100644 > --- a/doc/guides/contributing/patches.rst > +++ b/doc/guides/contributing/patches.rst > @@ -468,6 +468,12 @@ The recommended configurations and options to > test compilation prior to submitti > export DPDK_DEP_PCAP=3Dy > export DPDK_DEP_SSL=3Dy >=20 > +Compliation of patches has to be tested using meson:: > + > + ./devtools/test-meson-builds.sh > + > +This will test for shared and static builds. If gcc arm cross compiler > +is installed, cross build is tested too. >=20 > Sending Patches > --------------- Ran the script all runs fine=20 Tested-by: Marko Kovacevic Acked-by: Marko Kovacevic