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 91A3CA04C3; Fri, 22 Nov 2019 17:05:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AEB291BEB9; Fri, 22 Nov 2019 17:04:32 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id F39E72C08 for ; Fri, 22 Nov 2019 17:04:20 +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:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,230,1571727600"; d="scan'208";a="408931133" 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:19 -0800 From: Bruce Richardson To: john.mcnamara@intel.com Cc: dev@dpdk.org, Bruce Richardson Date: Fri, 22 Nov 2019 16:03:59 +0000 Message-Id: <20191122160359.11625-9-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 8/8] doc: drop EAL command-line reference from FreeBSD GSG 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" The EAL command-line reference section duplicated material covered in a previous chapter, was out of date, and generally is unnecessary as options are best queried directly by passing "--help" to a DPDK binary. Therefore we can drop this section to avoid having to try and keep it up-to-date in the future. Signed-off-by: Bruce Richardson --- .../freebsd_gsg/freebsd_eal_parameters.rst | 20 ------------------- doc/guides/freebsd_gsg/index.rst | 1 - 2 files changed, 21 deletions(-) delete mode 100644 doc/guides/freebsd_gsg/freebsd_eal_parameters.rst diff --git a/doc/guides/freebsd_gsg/freebsd_eal_parameters.rst b/doc/guides/freebsd_gsg/freebsd_eal_parameters.rst deleted file mode 100644 index fba467a2c..000000000 --- a/doc/guides/freebsd_gsg/freebsd_eal_parameters.rst +++ /dev/null @@ -1,20 +0,0 @@ -.. SPDX-License-Identifier: BSD-3-Clause - Copyright(c) 2018 Intel Corporation. - -EAL parameters -============== - -This document contains a list of all EAL parameters. These parameters can be -used by any DPDK application running on FreeBSD. - -Common EAL parameters ---------------------- - -The following EAL parameters are common to all platforms supported by DPDK. - -.. include:: ../linux_gsg/eal_args.include.rst - -FreeBSD-specific EAL parameters -------------------------------- - -There are currently no FreeBSD-specific EAL command-line parameters available. diff --git a/doc/guides/freebsd_gsg/index.rst b/doc/guides/freebsd_gsg/index.rst index 9af5988dc..fdb4df32e 100644 --- a/doc/guides/freebsd_gsg/index.rst +++ b/doc/guides/freebsd_gsg/index.rst @@ -14,4 +14,3 @@ Getting Started Guide for FreeBSD install_from_ports build_dpdk build_sample_apps - freebsd_eal_parameters -- 2.21.0