From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 525AC7CEC for ; Mon, 4 Sep 2017 16:28:23 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Sep 2017 07:28:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,475,1498546800"; d="scan'208";a="307780708" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga004.fm.intel.com with ESMTP; 04 Sep 2017 07:28:21 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX102.ger.corp.intel.com ([169.254.2.59]) with mapi id 14.03.0319.002; Mon, 4 Sep 2017 15:28:20 +0100 From: "De Lara Guarch, Pablo" To: "Burakov, Anatoly" , "dev@dpdk.org" CC: "Doherty, Declan" Thread-Topic: [PATCH 4/4] doc: document new pmd-cyclecount benchmarking mode in test-crypto-perf Thread-Index: AQHTHMaK0xQXskLG1kmHe/jy4PMV5KKk2g1w Date: Mon, 4 Sep 2017 14:28:20 +0000 Message-ID: References: <0e11c30a2117e093a6d1dec9740f460b977bb852.1503566892.git.anatoly.burakov@intel.com> In-Reply-To: <0e11c30a2117e093a6d1dec9740f460b977bb852.1503566892.git.anatoly.burakov@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 4/4] doc: document new pmd-cyclecount benchmarking mode in test-crypto-perf X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2017 14:28:23 -0000 > -----Original Message----- > From: Burakov, Anatoly > Sent: Thursday, August 24, 2017 11:48 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Doherty, > Declan ; Burakov, Anatoly > > Subject: [PATCH 4/4] doc: document new pmd-cyclecount benchmarking > mode in test-crypto-perf >=20 > Also, document the new pmd-cyclecount-specific flag. As said with patch 2, I would merge this patch with patch number of 3. >=20 > Signed-off-by: Burakov, Anatoly > --- > doc/guides/rel_notes/release_17_11.rst | 6 ++++++ > doc/guides/tools/cryptoperf.rst | 10 +++++++++- > 2 files changed, 15 insertions(+), 1 deletion(-) >=20 > diff --git a/doc/guides/rel_notes/release_17_11.rst > b/doc/guides/rel_notes/release_17_11.rst > index 170f4f9..860858c 100644 > --- a/doc/guides/rel_notes/release_17_11.rst > +++ b/doc/guides/rel_notes/release_17_11.rst > @@ -41,6 +41,12 @@ New Features > Also, make sure to start the actual text at the margin. >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D >=20 > +* **Add new benchmarking mode to dpdk-crypto-perf-test application.** Name of the app is "dpdk-test-crypto-perf (above and below). > + > + Added new "PMD cyclecount" benchmark mode to dpdk-crypto-perf-test > + application that displays more detailed breakdown of CPU cycles used > + by hardware acceleration. > + >=20