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 94768A04DD; Thu, 28 Nov 2019 17:34:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 868C329CB; Thu, 28 Nov 2019 17:33:59 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id A7EE2293C for ; Thu, 28 Nov 2019 17:33:57 +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 orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Nov 2019 08:33:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,253,1571727600"; d="scan'208";a="240770238" Received: from silpixa00399126.ir.intel.com (HELO silpixa00399126.ger.corp.intel.com) ([10.237.223.2]) by fmsmga002.fm.intel.com with ESMTP; 28 Nov 2019 08:33:54 -0800 From: Bruce Richardson To: dev@dpdk.org Cc: thomas@monjalon.net, Bruce Richardson Date: Thu, 28 Nov 2019 16:33:45 +0000 Message-Id: <20191128163350.24076-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191122160359.11625-1-bruce.richardson@intel.com> References: <20191122160359.11625-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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" 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 doc/guides/freebsd_gsg/install_from_ports.rst | 62 +++----- doc/guides/linux_gsg/build_dpdk.rst | 139 +++++++++++++++++- .../linux_gsg/cross_build_dpdk_for_arm64.rst | 32 ++-- doc/guides/linux_gsg/sys_reqs.rst | 68 ++++----- 4 files changed, 209 insertions(+), 92 deletions(-) -- 2.21.0