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 9F6ADA04C2; Mon, 25 Nov 2019 15:56:11 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6387F2952; Mon, 25 Nov 2019 15:56:10 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 2523F28EE for ; Mon, 25 Nov 2019 15:56:08 +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 fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Nov 2019 06:56:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,241,1571727600"; d="scan'208";a="239560767" Received: from silpixa00399126.ir.intel.com (HELO silpixa00399126.ger.corp.intel.com) ([10.237.223.2]) by fmsmga002.fm.intel.com with ESMTP; 25 Nov 2019 06:56:06 -0800 From: Bruce Richardson To: john.mcnamara@intel.com Cc: dev@dpdk.org, anatoly.burakov@intel.com, Bruce Richardson Date: Mon, 25 Nov 2019 14:55:51 +0000 Message-Id: <20191125145559.29251-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 v2 0/8] 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. V2: Updated patch 2 following feedback from Anatoly Bruce Richardson (8): 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: add meson install instructions for FreeBSD doc: update documentation on build and running FreeBSD apps doc: drop EAL command-line reference from FreeBSD GSG doc/guides/freebsd_gsg/build_dpdk.rst | 164 +++++------------- doc/guides/freebsd_gsg/build_sample_apps.rst | 118 +++---------- .../freebsd_gsg/freebsd_eal_parameters.rst | 20 --- doc/guides/freebsd_gsg/index.rst | 1 - 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 | 64 +++---- 8 files changed, 273 insertions(+), 327 deletions(-) delete mode 100644 doc/guides/freebsd_gsg/freebsd_eal_parameters.rst -- 2.21.0