[dpdk-dev] [PATCH 1/1] fix the number of operations in libcrypto test

2016-10-11 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Monday, October 10, 2016 5:27 PM > To: Kerlin, MarcinX; dev at dpdk.org > Cc: Jastrzebski, MichalX K > Subject: Re: [dpdk-dev] [PATCH 1/1] fix the number of operations in

[dpdk-dev] [PATCH 1/1] fix the number of operations in libcrypto test

2016-10-11 Thread De Lara Guarch, Pablo
> -Original Message- > From: Kerlin, MarcinX > Sent: Monday, October 10, 2016 1:08 AM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo; Jastrzebski, MichalX K; Kerlin, MarcinX > Subject: [PATCH 1/1] fix the number of operations in libcrypto test > > This patch reduce the number of

[dpdk-dev] [PATCH 1/1] fix the number of operations in libcrypto test

2016-10-10 Thread Marcin Kerlin
This patch reduce the number of total operations from 1M to 10K, because test is taking too long time now. Fixes: ffbe3be0d4b5 ("app/test: add libcrypto") Signed-off-by: Marcin Kerlin --- app/test/test_cryptodev_perf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git