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

Trahe, Fiona fiona.trahe at intel.com
Fri Feb 24 16:41:18 CET 2017



> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara
> Sent: Thursday, February 23, 2017 12:34 PM
> To: Doherty, Declan <declan.doherty at intel.com>
> Cc: dev at dpdk.org; De Lara Guarch, Pablo <pablo.de.lara.guarch at intel.com>
> Subject: [dpdk-dev] [PATCH 0/4] New crypto algorithm string parser API
> 
> 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 it consistent across
> all the applications (now, L2fwd-crypto and crypto-perf apps are
> using different strings).
> 
> 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
> 
>  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(-)
> 
> --
> 2.7.4
Acked-by: Fiona Trahe <fiona.trahe at intel.com>


More information about the dev mailing list