From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id CCF01376C for ; Mon, 4 Sep 2017 15:12:10 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Sep 2017 06:12:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,474,1498546800"; d="scan'208";a="147924777" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga006.fm.intel.com with ESMTP; 04 Sep 2017 06:12:09 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX152.ger.corp.intel.com ([169.254.6.87]) with mapi id 14.03.0319.002; Mon, 4 Sep 2017 14:12:08 +0100 From: "De Lara Guarch, Pablo" To: "Burakov, Anatoly" , "dev@dpdk.org" CC: "Doherty, Declan" Thread-Topic: [PATCH 2/4] doc: document new nb-desc parameter for test-crypto-perf app Thread-Index: AQHTHMaDGUU0KpWmR0iWGdHh5zTPSaKkxIgA Date: Mon, 4 Sep 2017 13:12:07 +0000 Message-ID: References: <5333960e82770fd1fc5d0441767922b5aa8c31e3.1503566892.git.anatoly.burakov@intel.com> In-Reply-To: <5333960e82770fd1fc5d0441767922b5aa8c31e3.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 2/4] doc: document new nb-desc parameter for test-crypto-perf app 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 13:12:11 -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 2/4] doc: document new nb-desc parameter for test- > crypto-perf app Since this is related to the previous patch and it is a small addition, merge it with the previous patch. >=20 > Signed-off-by: Burakov, Anatoly > --- > doc/guides/tools/cryptoperf.rst | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git a/doc/guides/tools/cryptoperf.rst > b/doc/guides/tools/cryptoperf.rst index 457f817..985848b 100644 > --- a/doc/guides/tools/cryptoperf.rst > +++ b/doc/guides/tools/cryptoperf.rst > @@ -325,6 +325,10 @@ The following are the appication command-line > options: >=20 > Set the size of digest. >=20 > +* ``--desc-nb `` > + > + Set default number of descriptors in cryptodev. I think this should be reworded, as it is not setting the default number of= descriptor (which is 2048), but it is setting the number of descriptors for each crypto device. =20 > + > * ``--csv-friendly`` >=20 > Enable test result output CSV friendly rather than human friendl= y. > -- > 2.7.4