Hi Kiran, > From: Kiran Kumar K <kirankum...@marvell.com> > > Extended support for asymmetric crypto perf throughput test. > Added support for new modulus lengths. > Added new parameter --modex-len. > Supported lengths are 60, 128, 255, 448. Default length is 128. > > Signed-off-by: Kiran Kumar K <kirankum...@marvell.com> > --- > app/test-crypto-perf/cperf_ops.c | 18 +- > app/test-crypto-perf/cperf_options.h | 3 + > app/test-crypto-perf/cperf_options_parsing.c | 42 +++ > app/test-crypto-perf/cperf_test_vectors.c | 264 ++++++++++++++++--- > app/test-crypto-perf/cperf_test_vectors.h | 25 +- > app/test-crypto-perf/main.c | 2 +- > 6 files changed, 307 insertions(+), 47 deletions(-) Can you also add the new param in doc/guides/tools/cryptoperf.rst
Other than that Acked-by: Akhil Goyal <gak...@marvell.com>