From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eads, Gage" Subject: Re: [PATCH v3 8/8] doc: update app eventdev options Date: Mon, 11 Dec 2017 17:34:50 +0000 Message-ID: <9184057F7FC11744A2107296B6B8EB1E2BB16489@FMSMSX108.amr.corp.intel.com> References: <1508330348-30060-1-git-send-email-pbhagavatula@caviumnetworks.com> <20171211151346.14405-1-pbhagavatula@caviumnetworks.com> <20171211151346.14405-8-pbhagavatula@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: Pavan Nikhilesh , "jerin.jacob@caviumnetworks.com" , "Richardson, Bruce" , "Van Haaren, Harry" , "hemant.agrawal@nxp.com" , "nipun.gupta@nxp.com" , "Rao, Nikhil" , "santosh.shukla@caviumnetworks.com" Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 09BEB14E8 for ; Mon, 11 Dec 2017 18:34:52 +0100 (CET) In-Reply-To: <20171211151346.14405-8-pbhagavatula@caviumnetworks.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Once the compilation errors are fixed: (Series) Acked-by: Gage Eads > -----Original Message----- > From: Pavan Nikhilesh [mailto:pbhagavatula@caviumnetworks.com] > Sent: Monday, December 11, 2017 9:14 AM > To: jerin.jacob@caviumnetworks.com; Richardson, Bruce > ; Van Haaren, Harry > ; Eads, Gage ; > hemant.agrawal@nxp.com; nipun.gupta@nxp.com; Rao, Nikhil > ; santosh.shukla@caviumnetworks.com > Cc: dev@dpdk.org; Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH v3 8/8] doc: update app eventdev options >=20 > Update documentation about new --prod_type_ethdev option in app/eventdev. >=20 > Signed-off-by: Pavan Nikhilesh > Acked-by: John McNamara > Acked-by: Jerin Jacob > --- > doc/guides/tools/testeventdev.rst | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) >=20 > diff --git a/doc/guides/tools/testeventdev.rst > b/doc/guides/tools/testeventdev.rst > index 5aa2237b5..11e608b74 100644 > --- a/doc/guides/tools/testeventdev.rst > +++ b/doc/guides/tools/testeventdev.rst > @@ -146,6 +146,9 @@ The following are the application command-line > options: >=20 > Enable queue priority. >=20 > +* ``--prod_type_ethdev`` > + > + Use ethernet device as producer. >=20 > Eventdev Tests > -------------- > @@ -348,6 +351,10 @@ the timestamp in the event on the first stage and th= en > on termination, it updates the number of cycles to forward a packet. The > application uses this value to compute the average latency to a forward = packet. >=20 > +When ``--prod_type_ethdev`` command line option is selected, the > +application uses the probed ethernet devices as producers by > +configuring them as Rx adapters instead of using synthetic producers. > + > Application options > ^^^^^^^^^^^^^^^^^^^ >=20 > @@ -366,6 +373,7 @@ Supported application command line options are > following:: > --worker_deq_depth > --fwd_latency > --queue_priority > + --prod_type_ethdev >=20 > Example > ^^^^^^^ > @@ -377,6 +385,12 @@ Example command to run perf queue test: > sudo build/app/dpdk-test-eventdev -c 0xf -s 0x1 --vdev=3Devent_sw0 --= \ > --test=3Dperf_queue --plcores=3D2 --wlcore=3D3 --stlist=3Dp --nb= _pkts=3D0 >=20 > +Example command to run perf queue test with ethernet ports: > + > +.. code-block:: console > + > + sudo build/app/dpdk-test-eventdev --vdev=3Devent_sw0 -- \ > + --test=3Dperf_queue --plcores=3D2 --wlcore=3D3 --stlist=3Dp > + --prod_type_ethdev >=20 > PERF_ATQ Test > ~~~~~~~~~~~~~~~ > @@ -443,6 +457,7 @@ Supported application command line options are > following:: > --nb_pkts > --worker_deq_depth > --fwd_latency > + --prod_type_ethdev >=20 > Example > ^^^^^^^ > -- > 2.14.1