> -----Original Message----- > 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 30/33] doc/testeventdev: add "order 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> > +Example > +^^^^^^^
> + > +Example command to run order ``all types queue`` test: > + > +.. code-block:: console > + > + sudo build/app/dpdk-test-eventdev --vdev=event_octeontx -- -- > test=order_atq --plcore 1 --wlcores 2,3 The above line is quite long and doesn't render very well in the docs. Better to do something like: sudo build/app/dpdk-test-eventdev --vdev=event_octeontx -- \ --test=order_atq --plcore 1 --wlcores 2,3 Apart from that: Acked-by: John McNamara <john.mcnam...@intel.com>