> -----Original Message----- > From: Burakov, Anatoly > Sent: Thursday, August 24, 2017 11:48 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; Doherty, > Declan <declan.dohe...@intel.com>; Burakov, Anatoly > <anatoly.bura...@intel.com> > Subject: [PATCH 1/4] test-crypto-perf: add nb-desc parameter
Title should be "app/crypto-perf". Rest of the patch is OK. Thanks, Pablo > > This parameter makes number of cryptodev descriptors adjustable and > defaults to earlier hardcoded default of 2048. > > Signed-off-by: Burakov, Anatoly <anatoly.bura...@intel.com> > --- > app/test-crypto-perf/cperf_options.h | 2 ++ > app/test-crypto-perf/cperf_options_parsing.c | 21 > +++++++++++++++++++++ > app/test-crypto-perf/main.c | 2 +- > 3 files changed, 24 insertions(+), 1 deletion(-)