Re: [dpdk-dev] [PATCH v2 0/4] New crypto algorithm string parser API

2017-02-28 Thread De Lara Guarch, Pablo
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Monday, February 27, 2017 2:39 PM > To: Doherty, Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v2 0/4] New crypto algorithm string parser API > > Last release, an array with strings for the supported algorith

[dpdk-dev] [PATCH v2 0/4] New crypto algorithm string parser API

2017-02-27 Thread Pablo de Lara
Last release, an array with strings for the supported algorithms by the cryptodev library was added and used in the crypto-perf app. 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