test/crypto-perf: test asymmetric crypto throughput
authorKiran Kumar K <kirankumark@marvell.com>
Thu, 16 Sep 2021 08:38:38 +0000 (14:08 +0530)
committerAkhil Goyal <gakhil@marvell.com>
Tue, 28 Sep 2021 06:43:57 +0000 (08:43 +0200)
commitba588ce3f9339c8637c54bc66592f638f071197c
treec1657565cc180d8665c7ff7db71339f7168b7c83
parentb8a7a3d2485c932081646723ee58a21a76f9af6d
test/crypto-perf: test asymmetric crypto throughput

Added support for asymmetric crypto perf throughput test.
Only modex is supported for now.

One new optype has been added.
--optype modex

./dpdk-test-crypto-perf -c 0x3 -- --devtype crypto_cn9k --optype modex
 --ptest throughput

Signed-off-by: Kiran Kumar K <kirankumark@marvell.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
app/test-crypto-perf/cperf_ops.c
app/test-crypto-perf/cperf_options.h
app/test-crypto-perf/cperf_options_parsing.c
app/test-crypto-perf/cperf_test_common.c
app/test-crypto-perf/cperf_test_throughput.c
app/test-crypto-perf/cperf_test_vectors.c
app/test-crypto-perf/cperf_test_vectors.h
app/test-crypto-perf/main.c
doc/guides/rel_notes/release_21_11.rst
doc/guides/tools/cryptoperf.rst