From patchwork Fri Jan 3 15:32:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Richardson X-Patchwork-Id: 64191 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 885F4A04F3; Fri, 3 Jan 2020 16:33:10 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B3F0E1D444; Fri, 3 Jan 2020 16:33:09 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 0DB7A1C436 for ; Fri, 3 Jan 2020 16:33:07 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Jan 2020 07:33:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,391,1571727600"; d="scan'208";a="222192904" Received: from silpixa00399126.ir.intel.com (HELO silpixa00399126.ger.corp.intel.com) ([10.237.223.2]) by orsmga003.jf.intel.com with ESMTP; 03 Jan 2020 07:33:05 -0800 From: Bruce Richardson To: john.mcnamara@intel.com, marko.kovacevic@intel.com Cc: anatoly.burakov@intel.com, dev@dpdk.org, Bruce Richardson Date: Fri, 3 Jan 2020 15:32:51 +0000 Message-Id: <20200103153256.2895527-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 0/5] Update docs for installing on FreeBSD 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" Update the FreeBSD GSG guide to cover: * installing from package as well as via ports collection * building and installing manually via meson and ninja * building examples using the pkg-config file, since both the port/pkg and building from source use meson. * other general tidy-up. Bruce Richardson (5): doc: update intro to FreeBSD GSG doc: document installing from FreeBSD package doc: add meson install instructions for FreeBSD doc: update section on loading FreeBSD kernel modules doc: update documentation on build and running FreeBSD apps doc/guides/freebsd_gsg/build_dpdk.rst | 229 ++++++------------ doc/guides/freebsd_gsg/build_sample_apps.rst | 118 +++------ doc/guides/freebsd_gsg/install_from_ports.rst | 73 +++--- doc/guides/freebsd_gsg/intro.rst | 7 +- 4 files changed, 135 insertions(+), 292 deletions(-)