> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Sunday, May 28, 2017 8:59 PM > To: dev@dpdk.org > Cc: Richardson, Bruce <bruce.richard...@intel.com>; Van Haaren, Harry > <harry.van.haa...@intel.com>; hemant.agra...@nxp.com; Eads, Gage > <gage.e...@intel.com>; > nipun.gu...@nxp.com; Vangati, Narender <narender.vang...@intel.com>; Rao, > Nikhil > <nikhil....@intel.com>; gprathyu...@caviumnetworks.com; Jerin Jacob > <jerin.ja...@caviumnetworks.com>; Mcnamara, John <john.mcnam...@intel.com> > Subject: [dpdk-dev] [PATCH 32/33] doc/testeventdev: add "perf all types > queue" test > details > > CC: John McNamara <john.mcnam...@intel.com> > Signed-off-by: Jerin Jacob <jerin.ja...@caviumnetworks.com> > Signed-off-by: Guduri Prathyusha <gprathyu...@caviumnetworks.com>
1 Comment below, but then Acked-by: Harry van Haaren <harry.van.haa...@intel.com> <snip svg image> > diff --git a/doc/guides/tools/testeventdev.rst > b/doc/guides/tools/testeventdev.rst > index b895b2d2b..057b0196c 100644 > --- a/doc/guides/tools/testeventdev.rst > +++ b/doc/guides/tools/testeventdev.rst > @@ -384,3 +384,78 @@ Example command to run perf queue test: > sudo build/app/dpdk-test-eventdev --vdev=event_sw0 -- --test=perf_queue > --slcore=1 -- > plcores=2 --wlcore=3 --stlist=p --nb_pkts=1000000000 > <snip> > +Application options > +^^^^^^^^^^^^^^^^^^^ > + > +Supported application command line options are following:: > + > + --verbose > + --dev > + --test > + --socket_id > + --pool_sz > + --slcore > + --plcores > + --wlcores > + --stlist (Valid when eventdev is not > RTE_EVENT_DEV_CAP_DISTRIBUTED_SCHED capable) I think this "(Valid ..)" comment should be on --slcore, not on --stlist? --slcore being scheduler lcore, and --stlist being the list of queues?