From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] doc: document all EAL parameters in one place Date: Fri, 23 Nov 2018 10:54:54 +0100 Message-ID: <17145513.edOoxHsAiy@xps> References: <6c5eddbb2339d917a9b67666499ae11ca8aa344b.1542386956.git.anatoly.burakov@intel.com> <1593704.2kU5smELIZ@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bruce Richardson , John McNamara , Marko Kovacevic , Wenzhuo Lu , Jingjing Wu , Bernard Iremonger , ferruh.yigit@intel.com, keith.wiles@intel.com To: "Burakov, Anatoly" Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id BCEFD1B4CA for ; Fri, 23 Nov 2018 10:54:58 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 23/11/2018 10:20, Burakov, Anatoly: > On 22-Nov-18 5:27 PM, Thomas Monjalon wrote: > > 19/11/2018 14:10, Anatoly Burakov: > >> --- /dev/null > >> +++ b/doc/guides/freebsd_gsg/freebsd_eal_parameters.rst > >> @@ -0,0 +1,20 @@ > >> +.. 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 Linux. > > > > Is it a typo? running on FreeBSD? > > Yes, a typo. Good catch, thanks! Should i respin? I can fix it.