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 D48415587 for ; Fri, 23 Jun 2017 14:53:09 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jun 2017 05:53:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,378,1493708400"; d="scan'208";a="871030843" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by FMSMGA003.fm.intel.com with ESMTP; 23 Jun 2017 05:53:07 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.211]) by IRSMSX152.ger.corp.intel.com ([169.254.6.83]) with mapi id 14.03.0319.002; Fri, 23 Jun 2017 13:53:06 +0100 From: "Van Haaren, Harry" To: Jerin Jacob , "dev@dpdk.org" CC: "Richardson, Bruce" , "hemant.agrawal@nxp.com" , "Eads, Gage" , "nipun.gupta@nxp.com" , "Vangati, Narender" , "Rao, Nikhil" , "gprathyusha@caviumnetworks.com" , "Mcnamara, John" Thread-Topic: [dpdk-dev] [PATCH 28/33] doc: describe the new eventdev test application Thread-Index: AQHS1+1YtCfL/sAkR0GntY/48gtDLaIyjqCg Date: Fri, 23 Jun 2017 12:53:05 +0000 Message-ID: References: <20170528195854.6064-1-jerin.jacob@caviumnetworks.com> <20170528195854.6064-29-jerin.jacob@caviumnetworks.com> In-Reply-To: <20170528195854.6064-29-jerin.jacob@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDcwNDU2MjAtYmU1My00YzNiLWFmNzgtYjZkOTczYzA3MjA1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InRuVlUySU5laUxQeGh2RWNBRzJLZVVieGhadVNydzN3M2pXSGxIaGJOdjg9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action 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 28/33] doc: describe the new eventdev test application 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: Fri, 23 Jun 2017 12:53:10 -0000 > From: Jerin Jacob [mailto:jerin.jacob@caviumnetworks.com] > Sent: Sunday, May 28, 2017 8:59 PM > To: dev@dpdk.org > Cc: Richardson, Bruce ; Van Haaren, Harry > ; hemant.agrawal@nxp.com; Eads, Gage ; > nipun.gupta@nxp.com; Vangati, Narender ; Rao,= Nikhil > ; gprathyusha@caviumnetworks.com; Mcnamara, John > ; Jerin Jacob > Subject: [dpdk-dev] [PATCH 28/33] doc: describe the new eventdev test app= lication >=20 > From: Guduri Prathyusha >=20 > Add documentation to describe usage of eventdev test application and > supported command line arguments. >=20 > CC: John McNamara > Signed-off-by: Guduri Prathyusha > Signed-off-by: Jerin Jacob Some comments inline below, but overall good docs; Acked-by: Harry van Haaren > + > +* ``--plcore `` > + > + Set the producer lcore id. There is --plcores (note the added "S") just below. Should standardize to o= ne. Double check with the app - I had some issues with plcore(s) not workin= g as expected. > + > +* ``--slcore `` > + > + Set the scheduler lcore id.(Valid when eventdev is not > RTE_EVENT_DEV_CAP_DISTRIBUTED_SCHED capable) > + > +* ``--plcores `` > + > + Set the list of cores to be used as producers. > + > +* ``--wlcores `` > + > + Set the list of cores to be used as workers. > + > +* ``--stlist `` > + > + Set the scheduled type of each stage where ``type_list`` size > + determines the number of stages used in the test application. > + Each type_list member can be one of the following:: > + > + P or p : Parallel schedule type > + O or o : Ordered schedule type > + A or a : Atomic schedule type > + > + Application expects the ``type_list`` in comma separated form (i= .e. ``--stlist > o,a,a,a``) > + > +* ``--nb_flows `` > + > + Set the number of flows to produce. > + > +* ``--nb_packets `` > + > + Set the number of packets to produce. I think "--nb_pkts" is the correct string, not "packets"?