numam-dpdk/app/test-crypto-perf
Gagandeep Singh 8e3c55386f app/crypto-perf: increase segment size for IPsec
Application calculates segment size based on buffer size plus
digest size only, But if the operation mode is IPsec then
packet length can be increased by some more bytes depending on
the algorithm.

In this patch, increasing segment size with RTE_PKTMBUF_HEADROOM
when there is no user given segment size.

Fixes: 28dde5da50 ("app/crypto-perf: support lookaside IPsec")

Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
2021-11-23 20:48:04 +01:00
..
configs
data
cperf_ops.c
cperf_ops.h
cperf_options_parsing.c app/crypto-perf: increase segment size for IPsec 2021-11-23 20:48:04 +01:00
cperf_options.h
cperf_test_common.c
cperf_test_common.h
cperf_test_latency.c app/crypto: use compiler atomic builtins for display sync 2021-11-17 11:07:06 +01:00
cperf_test_latency.h
cperf_test_pmd_cyclecount.c app/crypto: use compiler atomic builtins for display sync 2021-11-17 11:07:06 +01:00
cperf_test_pmd_cyclecount.h
cperf_test_throughput.c app/crypto: use compiler atomic builtins for display sync 2021-11-17 11:07:06 +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
cperf_test_vector_parsing.h
cperf_test_vectors.c
cperf_test_vectors.h
cperf_test_verify.c app/crypto: use compiler atomic builtins for display sync 2021-11-17 11:07:06 +01:00
cperf_test_verify.h
cperf.h
dpdk-graph-crypto-perf.py
main.c
meson.build