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 A03FAA04C3; Fri, 22 Nov 2019 17:04:35 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1F6B55681; Fri, 22 Nov 2019 17:04:22 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id EB2362BAE for ; Fri, 22 Nov 2019 17:04:16 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Nov 2019 08:04:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,230,1571727600"; d="scan'208";a="408931012" Received: from silpixa00399126.ir.intel.com (HELO silpixa00399126.ger.corp.intel.com) ([10.237.223.2]) by fmsmga006.fm.intel.com with ESMTP; 22 Nov 2019 08:04:04 -0800 From: Bruce Richardson To: john.mcnamara@intel.com Cc: dev@dpdk.org, Bruce Richardson Date: Fri, 22 Nov 2019 16:03:51 +0000 Message-Id: <20191122160359.11625-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 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. 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 | 94 +++++++++- .../linux_gsg/cross_build_dpdk_for_arm64.rst | 32 ++-- doc/guides/linux_gsg/sys_reqs.rst | 64 +++---- 8 files changed, 228 insertions(+), 327 deletions(-) delete mode 100644 doc/guides/freebsd_gsg/freebsd_eal_parameters.rst -- 2.21.0