-----Original Message----- > Date: Fri, 23 Jun 2017 12:53:05 +0000 > From: "Van Haaren, Harry" <[email protected]> > To: Jerin Jacob <[email protected]>, "[email protected]" > <[email protected]> > CC: "Richardson, Bruce" <[email protected]>, > "[email protected]" <[email protected]>, "Eads, Gage" > <[email protected]>, "[email protected]" <[email protected]>, > "Vangati, Narender" <[email protected]>, "Rao, Nikhil" > <[email protected]>, "[email protected]" > <[email protected]>, "Mcnamara, John" > <[email protected]> > Subject: RE: [dpdk-dev] [PATCH 28/33] doc: describe the new eventdev test > application > > > From: Jerin Jacob [mailto:[email protected]] > > Sent: Sunday, May 28, 2017 8:59 PM > > To: [email protected] > > Cc: Richardson, Bruce <[email protected]>; Van Haaren, Harry > > <[email protected]>; [email protected]; Eads, Gage > > <[email protected]>; > > [email protected]; Vangati, Narender <[email protected]>; Rao, > > Nikhil > > <[email protected]>; [email protected]; Mcnamara, John > > <[email protected]>; Jerin Jacob <[email protected]> > > Subject: [dpdk-dev] [PATCH 28/33] doc: describe the new eventdev test > > application > > > > From: Guduri Prathyusha <[email protected]> > > > > Add documentation to describe usage of eventdev test application and > > supported command line arguments. > > > > CC: John McNamara <[email protected]> > > Signed-off-by: Guduri Prathyusha <[email protected]> > > Signed-off-by: Jerin Jacob <[email protected]> > > Some comments inline below, but overall good docs; > > > Acked-by: Harry van Haaren <[email protected]> > > > > + > > +* ``--plcore <n>`` > > + > > + 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 <n>`` > > + > > + Set the scheduler lcore id.(Valid when eventdev is not > > RTE_EVENT_DEV_CAP_DISTRIBUTED_SCHED capable) > > + > > +* ``--plcores <CORELIST>`` > > + > > + Set the list of cores to be used as producers. > > + > > +* ``--wlcores <CORELIST>`` > > + > > + Set the list of cores to be used as workers. > > + > > +* ``--stlist <type_list>`` > > + > > + 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 <n>`` > > + > > + Set the number of flows to produce. > > + > > +* ``--nb_packets <n>`` > > + > > + Set the number of packets to produce. > > > I think "--nb_pkts" is the correct string, not "packets"? Yes. Thanks for the review > >

