From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=qAabwkxuclbvG9+EW0NOUDfRPWkvxh0ZwjogIMhgqFk=; b=lOsh3p2FmPBHfG/z9cXJEAmgHhPpybC270t5zjFCA5lVdd2SZc/cK8QFhUPVzssABq KWYft4W5XlSYauUOzA8/HoZT9d1kAsPkPlbu7FzkK9UxgfQ4Xy3AiaMTrqHw+gSFNYBF cc6fSO+O4hmXIrh+00GSQFOYz7dd8aS6cnfv3ajb9iybjsqnnrjjB+tvftLhgl7FJPCo P0+cpKgWecoKkCuJOyDmk1nCNuZ+6nacpPgj8pEKMVcDxpHvQxAAQAnumBCkwWEzSXtA ZJm72Qs8pFALJAMiZXfKfhiOxbuHsurs6hJTs8QacgRO2wHsl38duW6RnhV40Ma+etry +uMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=qAabwkxuclbvG9+EW0NOUDfRPWkvxh0ZwjogIMhgqFk=; b=RNKMm4siKR8OnDeviNm1C7oTiePX7MVm4tFmP3522n3AoAo9RPuM+Fj93mADkQiky3 t/kZFLIqt6XEv1cya1KGpHuGaRjA9M19G3A/rY3ljGZodoHhhjD8jVOmkA1DObgFIveG vz9JMsvX950oSdx9zQ/AQEzdFOJhyW1sNaTznYWb7FFUxYYFeKWNuEuym34xFGNQ/pze eIkKKz5a5Pvo2hnCuKGWi8zlnpns1YqqIohU+QN6DCkdt67jlMNqoCl7Pb6Br3AEzmlh T15gCEhJdAbx95rpwL4NCo1ifBuz0z1PhCMAPQ8BG+yFqMMD4nqMXBnj0B+LB25C61y2 mCHA== X-Gm-Message-State: AMke39lidYXQDH3hWKvrE709czmfsAXq5vDyI+QShqGjvehAORfO49vaftmQX5a8Ds5VzEll X-Received: by 10.28.91.196 with SMTP id p187mr4620979wmb.132.1488397259829; Wed, 01 Mar 2017 11:40:59 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id n13sm7826459wra.17.2017.03.01.11.40.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Mar 2017 11:40:58 -0800 (PST) From: Thomas Monjalon To: "Wiles, Keith" Cc: "Mcnamara, John" , dev@dpdk.org, "iryzhov@nfware.com" Date: Wed, 01 Mar 2017 20:40:58 +0100 Message-ID: <1888604.HP2nMlIn2B@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <20170209181450.58466-1-keith.wiles@intel.com> <20170227191340.28290-1-keith.wiles@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v5] doc: use corelist instead of coremask 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: Wed, 01 Mar 2017 19:41:00 -0000 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