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

2017-02-25 Thread Hemant Agrawal
On 2/24/2017 9:11 PM, Trahe, Fiona wrote: -Original Message- From: dev [mailto:dev-boun...@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

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

2017-02-24 Thread Trahe, Fiona
> -Original Message- > From: dev [mailto:dev-boun...@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 pa

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

2017-02-23 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