From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C53FEA04E0; Thu, 28 Nov 2019 19:56:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0D50B28EE; Thu, 28 Nov 2019 19:56:48 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id D7808CF3 for ; Thu, 28 Nov 2019 19:56:46 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 48E0F21B84; Thu, 28 Nov 2019 13:56:45 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 28 Nov 2019 13:56:45 -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=bryVMS9q8vseBtwL5vMehgYLvyKnHqWc1Z4F5j11yO8=; b=PAqfhiTz7rNQ Yd7p81Z10ko3sgV+JggcJgg6wdtorBfyVyxQ3x/gLVs8pGr/y/2J9OJx/K7iX+OS CzpzSnR01Nvd09NYU4gifpFb8FPk8lwM5GZywHzExEHjBj5QoD4pIOJGhqEVmvtp RbrobzDPVUZ+4ixJL0tvzOrqYZssO8k= 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=fm1; bh=bryVMS9q8vseBtwL5vMehgYLvyKnHqWc1Z4F5j11y O8=; b=fTTDOTEIimjr/OgaEApppnnVZyK/t2DpFPU46hL4/JzoFHIl3GxGge9aI Mm9RzojF+Ntz+P2Bj3UYx9vxx3xO/QJoayU2VzSKmqJoQSra67AGlnWmATcbGRMn BYmYe/g9vlxV3xzNAVBDcsr8tAvX00NGF0Y0aLvRpYO0UBVY5zpgI6lMMPI02o6h R0SS4UpmXcmqXpPcHPr9X/gK9c0mE5dLc0+y+R1UXnbNqkWeuqTWXDYU18wGmSG9 LYlYtRD6sVrv5FpbfFE/NFZdkOh455e9W1FOG+iGzlEOq55CPB+kBBIBjUdgDZeS gCHbrJGBUUykJQn37HdweeF0VkjDw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeijedgudduhecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc fkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpeht hhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 743753060069; Thu, 28 Nov 2019 13:56:44 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Thu, 28 Nov 2019 19:56:42 +0100 Message-ID: <98436253.IDBWLOL3xa@xps> In-Reply-To: <20191128163350.24076-1-bruce.richardson@intel.com> References: <20191122160359.11625-1-bruce.richardson@intel.com> <20191128163350.24076-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 0/5] GSG Documentation updates 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 28/11/2019 17:33, Bruce Richardson: > This patchset includes documentation updates for both the Linux and > FreeBSD Getting Started Guide Docs. The majority of changes are to add > information on building using meson and ninja, with some additional > cleanups being performed at the same time. > > V3: > * Updated patch 1 following feedback from Thomas > * Dropped the final 3 patches for 19.11. Post 19.11 I'm hoping to > update the BSD port to support 19.11 and have it use meson and ninja > to build. Since this will require rework to the BSD GSG then anyway, > other major changes to that doc can be held off until that time too. > > V2: Updated patch 2 following feedback from Anatoly > > Bruce Richardson (5): > doc: update Linux GSG system requirements section > doc: add building with meson to linux GSG > doc: reorder meson and make build instructions for arm > doc: remove reference to old versions of FreeBSD > doc: update examples output in FreeBSD GSG Applied, thanks