From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: fix a typo in sample apps guide. Date: Sat, 01 Jul 2017 17:35:13 +0200 Message-ID: <3404567.kdOSrldJjb@xps> References: <1497730425-9449-1-git-send-email-rami.rosen@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, "Mcnamara, John" To: "Rosen, Rami" Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 571B12BE1 for ; Sat, 1 Jul 2017 17:35:17 +0200 (CEST) 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" > > This patch fixes a trivial typo in the sample apps guide. > > commit 35b09d76f89e ("doc: use corelist instead of coremask") replaced = the > > usage of coremask (-c) with corelist (-l). > > As a result of this patch, we have > > ./build/ipv4_multicast -l 0-3 -n 3 -- -p 0x3 -q 1 in the sample app gui= de, > > while the explanation immediately following > > says: > > In this command: > > =E2=80=A2 The -c option enables cores 0, 1, 2 and 3 > >=20 > > This patch fixes the > > explanation to have "-l" instead of "-c". > >=20 > > Signed-off-by: Rami Rosen >=20 > Acked-by: John McNamara =46ixes: 35b09d76f89e ("doc: use corelist instead of coremask") Cc: stable@dpdk.org Applied, thanks