From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rami Rosen Subject: Re: [PATCH] doc: document all EAL parameters in one place Date: Sat, 17 Nov 2018 07:15:01 +0200 Message-ID: References: <6c5eddbb2339d917a9b67666499ae11ca8aa344b.1542386956.git.anatoly.burakov@intel.com> <94a86ddc-1940-7100-b543-e36bbdb3dbc5@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: "Burakov, Anatoly" , dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com, bruce.richardson@intel.com, wenzhuo.lu@intel.com, jingjing.wu@intel.com, bernard.iremonger@intel.com, thomas@monjalon.net, keith.wiles@intel.com To: Ferruh Yigit Return-path: Received: from mail-oi1-f196.google.com (mail-oi1-f196.google.com [209.85.167.196]) by dpdk.org (Postfix) with ESMTP id C91791F28 for ; Sat, 17 Nov 2018 06:15:14 +0100 (CET) Received: by mail-oi1-f196.google.com with SMTP id w13so8796524oiw.9 for ; Fri, 16 Nov 2018 21:15:14 -0800 (PST) In-Reply-To: <94a86ddc-1940-7100-b543-e36bbdb3dbc5@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/16/2018 4:52 PM, Anatoly Burakov wrote: > Currently, the most complete (but still incomplete) user guide for > EAL command-line parameters resides in user guide for testpmd. > This is wrong on multiple levels, and should not be the case. > > To fix it, we have to create a document that lists all supported > EAL command-line arguments. However, because different platforms > support different subsets of available EAL parameters, instead of > creating a single file, we will create a common file in > doc/guides/common containing documentation for EAL parameters > that are supported on all of our supported platforms (Linux and > FreeBSD at the time of this writing). > > We will then include this document in the Getting Started guides > for all supported platforms, so that any changes made to > documentation for commonly supported EAL parameters will be > reflected in Getting Started guides for all platforms. > > This patch also removes EAL parameters documentation from the > testpmd user guide, and instead adds references to the newly > created documents in both testpmd user guides and in sample > applications guide. > > Signed-off-by: Anatoly Burakov This is a right and needed thing to do, thanks! Reviewed-by: Rami Rosen