numam-dpdk/app/test-crypto-perf
Gagandeep Singh 23a95dfe96 test/crypto-perf: support SDAP for PDCP operations
Add a command line option "--enable-sdap" to enable
Service Data Adaptation Protocol.

example command:
./dpdk-test-crypto-perf -c 0xc  --log-level=8 --
--devtype crypto_dpaa2_sec --optype pdcp --cipher-algo aes-ctr
--cipher-op encrypt --auth-algo zuc-eia3 --auth-op generate
--auth-key-sz 16 --ptest throughput --total-ops 100000 --burst-sz 64
--buffer-sz 64,390,1512  --pool-sz 4096 --silent --pdcp-sn-sz 12
--pdcp-domain control --enable-sdap

Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
2022-06-21 20:04:49 +02:00
..
configs app/crypto-perf: add script to graph perf results 2021-01-27 19:03:52 +01:00
data test/crypto-perf: add vector file for AES-GCM 2022-04-29 11:31:40 +02:00
cperf_ops.c test/crypto-perf: support SDAP for PDCP operations 2022-06-21 20:04:49 +02:00
cperf_ops.h app/crypto-perf: support lookaside IPsec 2021-10-18 20:12:19 +02:00
cperf_options_parsing.c test/crypto-perf: support SDAP for PDCP operations 2022-06-21 20:04:49 +02:00
cperf_options.h test/crypto-perf: support SDAP for PDCP operations 2022-06-21 20:04:49 +02:00
cperf_test_common.c test/crypto-perf: populate mbuf in latency test 2022-04-29 11:31:39 +02:00
cperf_test_common.h test/crypto-perf: populate mbuf in latency test 2022-04-29 11:31:39 +02:00
cperf_test_latency.c test/crypto-perf: populate mbuf in latency test 2022-04-29 11:31:39 +02:00
cperf_test_latency.h app/crypto-perf: use separate session mempools 2019-01-10 16:57:22 +01:00
cperf_test_pmd_cyclecount.c remove unnecessary null checks 2022-02-12 12:07:48 +01:00
cperf_test_pmd_cyclecount.h app/crypto-perf: use separate session mempools 2019-01-10 16:57:22 +01:00
cperf_test_throughput.c cryptodev: use single mempool for asymmetric session 2022-02-12 10:26:39 +01:00
cperf_test_throughput.h app/crypto-perf: use separate session mempools 2019-01-10 16:57:22 +01:00
cperf_test_vector_parsing.c remove unnecessary null checks 2022-02-12 12:07:48 +01:00
cperf_test_vector_parsing.h app: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
cperf_test_vectors.c test/crypto-perf: extend asymmetric crypto throughput test 2022-04-29 11:01:45 +02:00
cperf_test_vectors.h test/crypto-perf: extend asymmetric crypto throughput test 2022-04-29 11:01:45 +02:00
cperf_test_verify.c test/crypto-perf: populate mbuf in latency test 2022-04-29 11:31:39 +02:00
cperf_test_verify.h app/crypto-perf: use separate session mempools 2019-01-10 16:57:22 +01:00
cperf.h app/crypto-perf: use separate session mempools 2019-01-10 16:57:22 +01:00
dpdk-graph-crypto-perf.py app/crypto-perf: fix handling of config parameters 2021-02-04 19:21:27 +01:00
main.c test/crypto-perf: extend asymmetric crypto throughput test 2022-04-29 11:01:45 +02:00
meson.build devtools: forbid indent with tabs in Meson 2021-11-02 19:25:30 +01:00