From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH 28/33] doc: describe the new eventdev test application Date: Mon, 3 Jul 2017 15:18:57 +0530 Message-ID: <20170703094856.GA29241@jerin> References: <20170528195854.6064-1-jerin.jacob@caviumnetworks.com> <20170528195854.6064-29-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" , "Richardson, Bruce" , "hemant.agrawal@nxp.com" , "Eads, Gage" , "nipun.gupta@nxp.com" , "Vangati, Narender" , "Rao, Nikhil" , "gprathyusha@caviumnetworks.com" , "Mcnamara, John" To: "Van Haaren, Harry" Return-path: Received: from NAM02-BL2-obe.outbound.protection.outlook.com (mail-bl2nam02on0044.outbound.protection.outlook.com [104.47.38.44]) by dpdk.org (Postfix) with ESMTP id B3C461094 for ; Mon, 3 Jul 2017 11:49:18 +0200 (CEST) Content-Disposition: inline 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" -----Original Message----- > Date: Fri, 23 Jun 2017 12:53:05 +0000 > 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" > > Subject: RE: [dpdk-dev] [PATCH 28/33] doc: describe the new eventdev test > application > > > 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 application > > > > From: Guduri Prathyusha > > > > Add documentation to describe usage of eventdev test application and > > supported command line arguments. > > > > 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 one. Double check with the app - I had some issues with plcore(s) not working as expected. OK. I will remove the --plcore and keep only --plcores > > > + > > +* ``--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"? Yes. Thanks for the review > >