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 C44A11B0F8 for ; Fri, 23 Nov 2018 11:51:08 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5F9EF21C4F; Fri, 23 Nov 2018 05:51:08 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 23 Nov 2018 05:51:08 -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=PpSeTr3JMxub87A8BkjX6WIXHsXFxx+4O4QxkPKpvLA=; b=Q1rEu3XT2xN9 p1MulfgOTnlJ3nrFOOOjtA4rSrLkDEpXcD/XutfUMhfVMtUBP2e93v95OiQrrctS O1VQcWgCgokWiRkKLhaGEvBwG8iaziQ7GMDYWh7TNFs/6qPyC+sLU8t+j7kl2QTw J0BxpAQ9YS/pg/n8IXPEBhxfzqHfSK4= 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=PpSeTr3JMxub87A8BkjX6WIXHsXFxx+4O4QxkPKpv LA=; b=KrFfFI8AlwSTbhkCus+XRS364fdPmapYts0s5/3XdOPT7rk6mR+PjhgrS IRkcKDiKFrHElVi+ahYN8Gfp38rMz+f7tXlPxyQ3wjNhxwP1Oa0mJ4zFgxcBBKfq Rs17EUpQ45TNj0vSdWWtk1l+mAT6jhJYBRptsLmEeTWcgAjv/XPqAyOFnfRFUJBB fg385IbMkXtMhX3tdLk0PTneLdkilCCZjh5HMdBl5PwuQtFxrtov+AcAD7DcHw4L 5GKMRmJPDIJ3uz4vHf2bcL/Mf8x0GXVSKPmPL50IA+AVvopZ/s1Rmy+QNNCWb4VV lmgAEw892OHY8MdxG/E4BKIau/YyA== 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 CC378E40E6; Fri, 23 Nov 2018 05:51:06 -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: Fri, 23 Nov 2018 11:51:04 +0100 Message-ID: <1593769.unVIRhr16N@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: Fri, 23 Nov 2018 10:51:09 -0000 19/11/2018 14:10, Anatoly Burakov: > 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 > Acked-by: Ferruh Yigit > Reviewed-by: Rami Rosen Applied with typo fixed, thanks