> 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]; Jerin Jacob > <[email protected]>; Mcnamara, John <[email protected]> > Subject: [dpdk-dev] [PATCH 32/33] doc/testeventdev: add "perf all types > queue" test > details > > CC: John McNamara <[email protected]> > Signed-off-by: Jerin Jacob <[email protected]> > Signed-off-by: Guduri Prathyusha <[email protected]>
1 Comment below, but then Acked-by: Harry van Haaren <[email protected]> <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?

