From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id D38A7DE0 for ; Mon, 4 Sep 2017 15:09:30 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP; 04 Sep 2017 06:09:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,474,1498546800"; d="scan'208";a="1168966765" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga001.jf.intel.com with ESMTP; 04 Sep 2017 06:09:29 -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 14:09:28 +0100 From: "De Lara Guarch, Pablo" To: "Burakov, Anatoly" , "dev@dpdk.org" CC: "Doherty, Declan" Thread-Topic: [PATCH 1/4] test-crypto-perf: add nb-desc parameter Thread-Index: AQHTHMZ/KvtK53lKlkW5wBiyQlHNkqKkwtMw Date: Mon, 4 Sep 2017 13:09:28 +0000 Message-ID: References: <8ec37b08478491a4b1bc3d30a1c3a14f4a40779a.1503566892.git.anatoly.burakov@intel.com> In-Reply-To: <8ec37b08478491a4b1bc3d30a1c3a14f4a40779a.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 1/4] test-crypto-perf: add nb-desc parameter 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:09:31 -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 1/4] test-crypto-perf: add nb-desc parameter Title should be "app/crypto-perf". Rest of the patch is OK. Thanks, Pablo >=20 > This parameter makes number of cryptodev descriptors adjustable and > defaults to earlier hardcoded default of 2048. >=20 > Signed-off-by: Burakov, Anatoly > --- > app/test-crypto-perf/cperf_options.h | 2 ++ > app/test-crypto-perf/cperf_options_parsing.c | 21 > +++++++++++++++++++++ > app/test-crypto-perf/main.c | 2 +- > 3 files changed, 24 insertions(+), 1 deletion(-)