From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 5B8F51B457 for ; Tue, 12 Feb 2019 10:36:32 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C502823228; Tue, 12 Feb 2019 04:36:31 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 12 Feb 2019 04:36:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=q2OkKz7huUtOZ3jmbh890N8B2qbxXO1bgN805lDIO5g=; b=awlvsCsygJuU c700EZroq6P/r7/+Zo8iiegc1UD8JgefN7tAZtc0hYOoM8F80JEPYssdrMQttGPr JciDnmOhGDLXDHnzNpogOPf+N1A3ZYGEYkN99+ebMmzSCeBgcWPVYaHeQMzywLxx vPbqclFRQHIrz0ZO0cJLehCl4UqA2ec= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=q2OkKz7huUtOZ3jmbh890N8B2qbxXO1bgN805lDIO 5g=; b=W9L6IxH+TWqgN1vyE7Uca8pB8OxRHgnnpMzBDDMA9KQeXMHj9TnFeQEp0 iUJ+zKmprDXfNAqCWxzisyd7wzCnWgd6pttf7tOSS7ZlVbIqxiJmByb1563D2+mA soHOcdKapHepLzIOK8XhieCQMDGoGkz5o9au2V+7aEecYiD1WGGGaCRZwpISc9sE Z8RsT9XM6QSsSWOHTHbbA9i+y2+bwfoAenwTtE51N+xfQP49UfyiJopNHMiookjT ESau2lBD/PEpDBW7xg2383pPD4tC5c/Gm7nEm9e2eaibbd9YrASgaMlMRqgcqY0D o1t7N5gYyDmIbK5NgbXyy0HQ6mlaA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledruddtuddgtdehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtd efrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 3CAC8E46AC; Tue, 12 Feb 2019 04:36:30 -0500 (EST) From: Thomas Monjalon To: Vipin Varghese Cc: dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com, ferruh.yigit@intel.com, sanjay.padubidri@intel.com, amol.patel@intel.com, bruce.richardson@intel.com Date: Tue, 12 Feb 2019 10:36:29 +0100 Message-ID: <7524951.pvg4nOelVy@xps> In-Reply-To: <20190129101036.35002-1-vipin.varghese@intel.com> References: <20190124230541.58343-1-vipin.varghese@intel.com> <20190129101036.35002-1-vipin.varghese@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Tue, 12 Feb 2019 09:36:32 -0000 29/01/2019 11:10, Vipin Varghese: > +Meson system > +~~~~~~~~~~~~ What do you think about adding "Makefile system" title for previous section? We could also add an introduction explaining that both systems must be tested. > + > +Compilation of patches is to be tested with ``devtools/test-meson-builds.sh`` script in ``devtools`` A dot is missing. You may remove "in ``devtools``" as it is already in the path. > + > +The script internally checks for dependencies, then builds for several > +combinations of compilation configuration. > +