Re: [dpdk-dev] [PATCH 5/9] test/crypto: use existing algorithm strings

2017-06-21 Thread Trahe, Fiona
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pablo de Lara > Sent: Wednesday, June 21, 2017 7:42 AM > To: Doherty, Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH 5/9] test/crypto: use existing algorithm st

[dpdk-dev] [PATCH 5/9] test/crypto: use existing algorithm strings

2017-06-21 Thread Pablo de Lara
Instead of using duplicated functions to get the algorithm strings, use the functions from the cryptodev library. Signed-off-by: Pablo de Lara --- test/test/test_cryptodev_perf.c | 83 - 1 file changed, 16 insertions(+), 67 deletions(-) diff --git a/test/