From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id F3B0B20880; Sat, 1 Jul 2017 11:35:16 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Sat, 01 Jul 2017 11:35:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=7DLnuLyAKhTlP24 kfldxVYecnv1JraJ1dnS17sS4IjA=; b=d9I0IrhU8681xMYl+6S2d/t4qE6QAwt The2v9gWaxLM5nQEyon4QLC396s8ELdJlah0UtKAn8vJ5+g5/kFPHOLh9emWc/2O rdvoikLozzAChpccl7pgtvSKUzhc7oTAN0/ILbQCuEqLDcEkzCUVsBQ75c+RyCwl KC4TgOOhsXKw= 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-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=7DLnuLyAKhTlP24kfldxVYecnv1JraJ1dnS17sS4IjA=; b=kxKne6m8 4dXKSB+RyOySoblSFIFVt5UIPrZsuy8VgETsEhRvcdMtldyyCHluyVXMyds88Ojm e8Ue5JU8ejyCVyeDlB3BifD5bo+95L2v/+R2yEBRgH28m3n+RHu9WbBSsGldGcqr N9GBt1PU6LqWi2MkBlWBGIZG91efSMuarH8tDOO6etYR+gNg7/NFSTF7U0dKhHMO 1u5dssrTvwNSfxLf9dzIM3WtBq+lvns895Wn3yqZQQdrnTS/DFM3SCDB+N8tIp2R forB2fyRUMEmEQ5QGC7EbTajplX0BsujUNsO3PgN8R6wnJrqyBzIsOcAe2a8oftF zPsWJwPx4ZQhxw== X-ME-Sender: X-Sasl-enc: K15IXaBWEvlLulfT96a6kYCQUp5tzgYPTsaTv0rd1dmQ 1498923316 Received: from xps.localnet (221.17.136.77.rev.sfr.net [77.136.17.221]) by mail.messagingengine.com (Postfix) with ESMTPA id 4FFB124784; Sat, 1 Jul 2017 11:35:16 -0400 (EDT) From: Thomas Monjalon To: "Rosen, Rami" Cc: dev@dpdk.org, "Mcnamara, John" Date: Sat, 01 Jul 2017 17:35:13 +0200 Message-ID: <3404567.kdOSrldJjb@xps> In-Reply-To: References: <1497730425-9449-1-git-send-email-rami.rosen@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] doc: fix a typo in sample apps guide. 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: Sat, 01 Jul 2017 15:35:17 -0000 > > 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