From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH 31/33] doc/testeventdev: add "perf queue" test details Date: Fri, 2 Jun 2017 17:40:54 +0530 Message-ID: <20170602121053.GA10169@jerin> References: <20170528195854.6064-1-jerin.jacob@caviumnetworks.com> <20170528195854.6064-32-jerin.jacob@caviumnetworks.com> <9184057F7FC11744A2107296B6B8EB1E01EC6764@FMSMSX108.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" , "Richardson, Bruce" , "Van Haaren, Harry" , "hemant.agrawal@nxp.com" , "nipun.gupta@nxp.com" , "Vangati, Narender" , "Rao, Nikhil" , "gprathyusha@caviumnetworks.com" , "Mcnamara, John" To: "Eads, Gage" Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0071.outbound.protection.outlook.com [104.47.42.71]) by dpdk.org (Postfix) with ESMTP id 6EB6B7CFB for ; Fri, 2 Jun 2017 14:11:18 +0200 (CEST) Content-Disposition: inline In-Reply-To: <9184057F7FC11744A2107296B6B8EB1E01EC6764@FMSMSX108.amr.corp.intel.com> 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: Thu, 1 Jun 2017 21:11:29 +0000 > From: "Eads, Gage" > To: Jerin Jacob , "dev@dpdk.org" > > CC: "Richardson, Bruce" , "Van Haaren, Harry" > , "hemant.agrawal@nxp.com" > , "nipun.gupta@nxp.com" , > "Vangati, Narender" , "Rao, Nikhil" > , "gprathyusha@caviumnetworks.com" > , "Mcnamara, John" > > Subject: RE: [dpdk-dev] [PATCH 31/33] doc/testeventdev: add "perf queue" > test details > > > > > diff --git a/doc/guides/tools/testeventdev.rst > > b/doc/guides/tools/testeventdev.rst > > index 02b7a8a57..b895b2d2b 100644 > > --- a/doc/guides/tools/testeventdev.rst > > +++ b/doc/guides/tools/testeventdev.rst > > @@ -297,4 +297,90 @@ Example command to run order ``all types queue`` > > test: > > sudo build/app/dpdk-test-eventdev --vdev=event_octeontx -- -- > > test=order_atq --plcore 1 --wlcores 2,3 > > > > > > +PERF_QUEUE Test > > +~~~~~~~~~~~~~~~ > > + > > +This is a performance test case that aims at testing the following: > > + > > +#. Measure the number of events can be processed in a second. > > +#. Measure the latency to forward an event. > > + > > +.. _table_eventdev_perf_queue_test: > > + > > +.. table:: Perf queue test eventdev configuration. > > + > > + +---+--------------+----------------+-----------------------------------------+ > > + | # | Items | Value | Comments | > > + | | | | | > > + > > +===+==============+================+=========================== > > ==============+ > > + | 1 | nb_queues | nb_producers * | Queues will be configured based on > > the | > > + | | | nb_stages | user requested sched type list(--stlist)| > > + +---+--------------+----------------+-----------------------------------------+ > > + | 2 | nb_producers | >= 1 | Selected through --plcores command line | > > + | | | | argument. | > > + +---+--------------+----------------+-----------------------------------------+ > > + | 3 | nb_workers | >= 1 | Selected through --wlcores command line | > > + | | | | argument | > > + +---+--------------+----------------+-----------------------------------------+ > > + | 4 | nb_ports | nb_workers + | Workers use port 0 to port w. | > > + | | | nb_producers | Producers use port w to port p | > > + +---+--------------+----------------+-----------------------------------------+ > > Just a suggestion: consider changing 'w' (i.e. "Workers use port 0 to port w") to'n', or vice versa, so the text matches the diagram. Applies to perf_atq as well. Sure.