[dpdk-dev] [PATCH v2] app/test: improve error message in crypto test code

2016-09-26 Thread De Lara Guarch, Pablo
> -Original Message- > From: Trahe, Fiona > Sent: Monday, September 26, 2016 5:57 AM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo; Trahe, Fiona > Subject: [PATCH v2] app/test: improve error message in crypto test code > > Improve error message if crypto PMD build is not enabled in c

[dpdk-dev] [PATCH v2] app/test: improve error message in crypto test code

2016-09-26 Thread Fiona Trahe
Improve error message if crypto PMD build is not enabled in config file Signed-off-by: Fiona Trahe --- app/test/test_cryptodev.c | 33 + app/test/test_cryptodev_perf.c | 18 ++ 2 files changed, 51 insertions(+) diff --git a/app/test/test_cryp