numam-dpdk/app/test-eventdev
Volodymyr Fialko 6776a58173 app/eventdev: fix timestamp with crypto producer
With symmetric crypto producer and enabled `--fwd_latency` we will
treat rte_mbuf as perf_elt which will lead to rte_mbuf header
corruption. Use rte_mbuf data to store time stamp information.
For asymmetric add space in result data for time stamp.

Fixes: de2bc16e1b ("app/eventdev: add crypto producer mode")
Cc: stable@dpdk.org

Signed-off-by: Volodymyr Fialko <vfialko@marvell.com>
Acked-by: Anoob Joseph <anoobj@marvell.com>
2022-11-07 19:12:22 +01:00
..
evt_common.h app/eventdev: add Tx first option to pipeline mode 2022-06-13 07:59:42 +02:00
evt_main.c eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
evt_options.c eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
evt_options.h app/eventdev: add Tx first option to pipeline mode 2022-06-13 07:59:42 +02:00
evt_test.c app: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
evt_test.h app/eventdev: simplify signal handling and teardown 2022-05-17 16:43:04 +02:00
meson.build devtools: forbid indent with tabs in Meson 2021-11-02 19:25:30 +01:00
parser.c app/eventdev: fix lcore parsing skipping last core 2021-05-09 18:00:18 +02:00
parser.h eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
test_order_atq.c app/eventdev: use compiler atomics for shared data sync 2021-11-17 11:07:06 +01:00
test_order_common.c app/eventdev: remove unnecessary memset 2022-09-26 15:33:46 +02:00
test_order_common.h app/eventdev: use compiler atomics for shared data sync 2021-11-17 11:07:06 +01:00
test_order_queue.c app/eventdev: use compiler atomics for shared data sync 2021-11-17 11:07:06 +01:00
test_perf_atq.c app/eventdev: fix timestamp with crypto producer 2022-11-07 19:12:22 +01:00
test_perf_common.c app/eventdev: fix timestamp with crypto producer 2022-11-07 19:12:22 +01:00
test_perf_common.h app/eventdev: fix timestamp with crypto producer 2022-11-07 19:12:22 +01:00
test_perf_queue.c app/eventdev: fix timestamp with crypto producer 2022-11-07 19:12:22 +01:00
test_pipeline_atq.c app/eventdev: clean up worker state before exit 2022-05-17 16:43:12 +02:00
test_pipeline_common.c app/eventdev: fix limits in error message 2022-11-07 15:12:49 +01:00
test_pipeline_common.h app/eventdev: add Tx first option to pipeline mode 2022-06-13 07:59:42 +02:00
test_pipeline_queue.c app/eventdev: clean up worker state before exit 2022-05-17 16:43:12 +02:00