Re: [dpdk-dev] [PATCH 1/4] test-crypto-perf: add nb-desc parameter

2017-09-04 Thread De Lara Guarch, Pablo
> -Original Message- > From: Burakov, Anatoly > Sent: Thursday, August 24, 2017 11:48 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Doherty, > Declan ; Burakov, Anatoly > > Subject: [PATCH 1/4] test-crypto-perf: add nb-desc parameter Title should be "app/crypto-perf". Rest of the

[dpdk-dev] [PATCH 1/4] test-crypto-perf: add nb-desc parameter

2017-08-24 Thread Anatoly Burakov
This parameter makes number of cryptodev descriptors adjustable and defaults to earlier hardcoded default of 2048. Signed-off-by: Burakov, Anatoly --- app/test-crypto-perf/cperf_options.h | 2 ++ app/test-crypto-perf/cperf_options_parsing.c | 21 + app/test-crypto-pe