From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 5C2B85FEB for ; Fri, 27 Mar 2015 17:57:10 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 27 Mar 2015 09:57:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,479,1422950400"; d="scan'208";a="473591859" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by FMSMGA003.fm.intel.com with ESMTP; 27 Mar 2015 09:57:08 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.247]) by IRSMSX101.ger.corp.intel.com ([163.33.3.153]) with mapi id 14.03.0224.002; Fri, 27 Mar 2015 16:57:08 +0000 From: "Butler, Siobhan A" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: added missing new EAL options in testpmd UG Thread-Index: AQHQaK4qHGXEwQQjWEmCtraQcJWhjp0wjKGQ 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> In-Reply-To: <1427475013-16879-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: added missing new EAL options in testpmd UG X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2015 16:57:10 -0000 > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > Sent: Friday, March 27, 2015 4:50 PM > To: dev@dpdk.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