de2bc16e1b
In crypto producer mode, producer core enqueues cryptodev with software generated crypto ops and worker core dequeues crypto completion events from the eventdev. Event crypto metadata used for above processing is pre-populated in each crypto session. Parameter --prod_type_cryptodev can be used to enable crypto producer mode. Parameter --crypto_adptr_mode can be set to select the crypto adapter mode, 0 for OP_NEW and 1 for OP_FORWARD. This mode can be used to measure the performance of crypto adapter. Example: ./dpdk-test-eventdev -l 0-2 -w <EVENTDEV> -w <CRYPTODEV> -- \ --prod_type_cryptodev --crypto_adptr_mode 1 --test=perf_atq \ --stlist=a --wlcores 1 --plcores 2 Signed-off-by: Shijith Thotton <sthotton@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com> Acked-by: Abhinandan Gujjar <abhinandan.gujjar@intel.com> |
||
---|---|---|
.. | ||
evt_common.h | ||
evt_main.c | ||
evt_options.c | ||
evt_options.h | ||
evt_test.c | ||
evt_test.h | ||
meson.build | ||
parser.c | ||
parser.h | ||
test_order_atq.c | ||
test_order_common.c | ||
test_order_common.h | ||
test_order_queue.c | ||
test_perf_atq.c | ||
test_perf_common.c | ||
test_perf_common.h | ||
test_perf_queue.c | ||
test_pipeline_atq.c | ||
test_pipeline_common.c | ||
test_pipeline_common.h | ||
test_pipeline_queue.c |