From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 17E6B2E83 for ; Wed, 12 Jul 2017 14:43:34 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jul 2017 05:43:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,349,1496127600"; d="scan'208";a="110439995" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga002.jf.intel.com with ESMTP; 12 Jul 2017 05:43:33 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX154.ger.corp.intel.com ([169.254.12.76]) with mapi id 14.03.0319.002; Wed, 12 Jul 2017 13:43:26 +0100 From: "De Lara Guarch, Pablo" To: Akhil Goyal , "dev@dpdk.org" CC: "hemant.agrawal@nxp.com" , "Doherty, Declan" Thread-Topic: [PATCH] doc: add dpaa2-sec in test-crypto-perf Thread-Index: AQHS+wt5IY79dRm5uE6lA8J2AgxGj6JQIigg Date: Wed, 12 Jul 2017 12:43:25 +0000 Message-ID: References: <20170712123441.2942-1-akhil.goyal@nxp.com> <20170712123441.2942-2-akhil.goyal@nxp.com> In-Reply-To: <20170712123441.2942-2-akhil.goyal@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: add dpaa2-sec 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: Wed, 12 Jul 2017 12:43:35 -0000 Hi Akhil, > -----Original Message----- > From: Akhil Goyal [mailto:akhil.goyal@nxp.com] > Sent: Wednesday, July 12, 2017 1:35 PM > To: dev@dpdk.org > Cc: hemant.agrawal@nxp.com; De Lara Guarch, Pablo > ; Doherty, Declan > ; Akhil Goyal > Subject: [PATCH] doc: add dpaa2-sec in test-crypto-perf >=20 > Signed-off-by: Akhil Goyal > --- > doc/guides/tools/cryptoperf.rst | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/doc/guides/tools/cryptoperf.rst > b/doc/guides/tools/cryptoperf.rst index 075a2bc..f24c26e 100644 > --- a/doc/guides/tools/cryptoperf.rst > +++ b/doc/guides/tools/cryptoperf.rst > @@ -186,6 +186,7 @@ The following are the appication command-line > options: > crypto_snow3g > crypto_kasumi > crypto_zuc > + crypto_dpaa2_sec >=20 > * ``--optype `` >=20 > -- > 2.9.3 This is actually missing other PMDs that can be used, so we should send a patch adding all of them in one go (crypto_armv8, crypto_scheduler and cr= ypto_dpaa2_sec). Could you send a v2 adding these three? Thanks, Pablo