From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5] doc: use corelist instead of coremask Date: Wed, 01 Mar 2017 20:40:58 +0100 Message-ID: <1888604.HP2nMlIn2B@xps13> References: <20170209181450.58466-1-keith.wiles@intel.com> <20170227191340.28290-1-keith.wiles@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "Mcnamara, John" , dev@dpdk.org, "iryzhov@nfware.com" To: "Wiles, Keith" Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 0FDFF2B88 for ; Wed, 1 Mar 2017 20:41:00 +0100 (CET) Received: by mail-wm0-f50.google.com with SMTP id v186so118788057wmd.0 for ; Wed, 01 Mar 2017 11:41:00 -0800 (PST) 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" 2017-02-28 17:14, Mcnamara, John: > > > The coremask option in DPDK is difficult to use and we should be > > promoting the use of the corelist (-l) option. The patch > > adjusts the docs to use -l EAL option instead of the -c option. > > > > The patch only changes the docs and not the code as the -c option > > will continue to exist unless it is removed in the future. The -c > > option should be kept to maintain backward compatibility. > > > > Signed-off-by: Keith Wiles > > Thomas, since this patch affects a lot of the documentation it would be > good to merge it as early as possible in the release cycle. > > Acked-by: John McNamara Applied, thanks