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 8EC5B2B88 for ; Fri, 24 Feb 2017 16:41:22 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP; 24 Feb 2017 07:41:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,201,1484035200"; d="scan'208";a="1101901515" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga001.jf.intel.com with ESMTP; 24 Feb 2017 07:41:20 -0800 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 24 Feb 2017 15:41:19 +0000 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.112]) by irsmsx111.ger.corp.intel.com ([169.254.2.109]) with mapi id 14.03.0248.002; Fri, 24 Feb 2017 15:41:19 +0000 From: "Trahe, Fiona" To: "De Lara Guarch, Pablo" , "Doherty, Declan" CC: "dev@dpdk.org" , "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH 0/4] New crypto algorithm string parser API Thread-Index: AQHSjdDfOQy3fMBD3Uaq7QYvPUlF8qF4TQ+Q Date: Fri, 24 Feb 2017 15:41:18 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B43589197B38@IRSMSX101.ger.corp.intel.com> References: <1487853218-113232-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1487853218-113232-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2Y0MTEyODMtZjk5Ny00ODAzLTkzMDctY2NlYzQxYWYwMzQ3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkhFN0dGK2RhMXZLa1dySmdLdnJQcU5GXC84OUR3YXl3WWhlWllrSkI5Tk80PSJ9 x-ctpclassification: CTP_IC 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 0/4] New crypto algorithm string parser API 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: Fri, 24 Feb 2017 15:41:23 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, February 23, 2017 12:34 PM > To: Doherty, Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH 0/4] New crypto algorithm string parser API >=20 > Last release, an array with strings for the supported algorithms > by the cryptodev library was added and used in the crypto-perf app. >=20 > This patchset creates a new API to parse strings from the user, > to select the desired algorithm (using the array above), > which can be used by any application, making it consistent across > all the applications (now, L2fwd-crypto and crypto-perf apps are > using different strings). >=20 > Pablo de Lara (4): > cryptodev: add missing algorithm strings > cryptodev: add algorithm string parsers > app/crypto-perf: use cryptodev algorithm parser > examples/l2fwd-crypto: use cryptodev algorithm parser >=20 > app/test-crypto-perf/cperf_options_parsing.c | 206 ++-----------------= ------ > examples/l2fwd-crypto/main.c | 85 ++-------- > lib/librte_cryptodev/rte_cryptodev.c | 38 +++++ > lib/librte_cryptodev/rte_cryptodev.h | 30 ++++ > lib/librte_cryptodev/rte_cryptodev_version.map | 8 + > 5 files changed, 100 insertions(+), 267 deletions(-) >=20 > -- > 2.7.4 Acked-by: Fiona Trahe