From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Butler, Siobhan A" Subject: Re: [PATCH] doc: added missing new EAL options in testpmd UG Date: Fri, 27 Mar 2015 16:57:07 +0000 Message-ID: <0C5AFCA4B3408848ADF2A3073F7D8CC86D56945A@IRSMSX109.ger.corp.intel.com> References: <1427475013-16879-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "De Lara Guarch, Pablo" , "dev-VfR2kkLFssw@public.gmane.org" Return-path: In-Reply-To: <1427475013-16879-1-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > From: dev [mailto:dev-bounces-VfR2kkLFssw@public.gmane.org] On Behalf Of Pablo de Lara > Sent: Friday, March 27, 2015 4:50 PM > To: dev-VfR2kkLFssw@public.gmane.org > Subject: [dpdk-dev] [PATCH] doc: added missing new EAL options in testpmd > UG >=20 > Added information on testpmd user guide > for -l, --lcores and --master-lcore options >=20 > Signed-off-by: Pablo de Lara > --- > doc/guides/testpmd_app_ug/run_app.rst | 23 > +++++++++++++++++++++++ > 1 files changed, 23 insertions(+), 0 deletions(-) >=20 > diff --git a/doc/guides/testpmd_app_ug/run_app.rst > b/doc/guides/testpmd_app_ug/run_app.rst > index 3898e67..21e6c27 100644 > --- a/doc/guides/testpmd_app_ug/run_app.rst > +++ b/doc/guides/testpmd_app_ug/run_app.rst > @@ -42,6 +42,29 @@ See the DPDK Getting Started Guide for more > information on these options. >=20 > Set the hexadecimal bitmask of the cores to run on. >=20 > +* -l CORELIST > + > + List of cores to run on > + > + The argument format is [-c2][,c3[-c4],...] > + where c1, c2, etc are core indexes between 0 and 128 > + > +* --lcores COREMAP > + > + Map lcore set to physical cpu set > + > + The argument format is > + '[<,lcores[@cpus]>...]' > + lcores and cpus list are grouped by '(' and ')' > + Within the group, '-' is used for range separator, > + ',' is used for single number separator. > + '( )' can be omitted for single element group, > + '@' can be omitted if cpus and lcores have the same value > + > +* --master-lcore ID > + > + Core ID that is used as master > + > * -n NUM >=20 > Set the number of memory channels to use. > -- > 1.7.4.1 Acked-by Siobhan Butler