From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 2CAE31B4D1 for ; Thu, 22 Nov 2018 18:27:56 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id AD37222075; Thu, 22 Nov 2018 12:27:55 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 22 Nov 2018 12:27:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=V3DmMg5uOXmZMvm4FQjbhVpmnHBWjZRlC7ZvGRo9KSg=; b=ZOMI1rEKXiO2 BJRrDGgoSMHt+t5zI4CI12pNgMgBt076491qoRe9XhgKuWWGTQBwu7C936tYdIV8 k+vEcMOiHWDQA/aCarDQqdACVEUwlZIaIl0YMSAJX0WWYa5u8VV3rG816uYmf2td P0idYTSaAsarBEKSFzMw409PWHFuqYs= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=V3DmMg5uOXmZMvm4FQjbhVpmnHBWjZRlC7ZvGRo9K Sg=; b=wFtUCkigUC6FASwCyHCgrEpL3wk8ACSo0uJeB1ah7eMxZhPbEUKf0iaB6 Bzt8tNAh65lfMsk8BEjyNrKCNUH2DeD/Gt5fzFe+QFTdq3q9quZg0oIK4SVRCSWU g3wQL0i/Uxi+7insV0K1mTq6D6GheB2NtQbRxGMaEH0cRTZ4KNwDCSpLfsCODiUt e+Xw9q18s1zmpJtjeHq/V2U9EYbuTIHFTjKHbao6nI/1TXKm+aC82hcG8E9p7XK9 xunJ7wfe19NddClAecgjexC05J2trSG7jUXmli3BYpcOjgo5hI7c+5lFqD42xFxM bROIFr/TFqW0i+rvRGyMjXgv/SXUQ== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 00B51102DE; Thu, 22 Nov 2018 12:27:53 -0500 (EST) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, Bruce Richardson , John McNamara , Marko Kovacevic , Wenzhuo Lu , Jingjing Wu , Bernard Iremonger , ferruh.yigit@intel.com, keith.wiles@intel.com Date: Thu, 22 Nov 2018 18:27:53 +0100 Message-ID: <1593704.2kU5smELIZ@xps> In-Reply-To: References: <6c5eddbb2339d917a9b67666499ae11ca8aa344b.1542386956.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] doc: document all EAL parameters in one place 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: , X-List-Received-Date: Thu, 22 Nov 2018 17:27:56 -0000 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?