For decrypt, ICV mismatch can come as data is dummy and latency will be calculated for error path. Hence populate mbuf with test vector data.
Archana Muniganti (2): app/crypto-perf: populate mbuf in latency test app/crypto-perf: add vector file for AES-GCM app/test-crypto-perf/cperf_ops.c | 3 +- app/test-crypto-perf/cperf_test_common.c | 36 ++++++++ app/test-crypto-perf/cperf_test_common.h | 5 ++ app/test-crypto-perf/cperf_test_latency.c | 6 ++ app/test-crypto-perf/cperf_test_verify.c | 36 -------- app/test-crypto-perf/data/aes_gcm_128.data | 97 ++++++++++++++++++++++ 6 files changed, 146 insertions(+), 37 deletions(-) create mode 100644 app/test-crypto-perf/data/aes_gcm_128.data -- 2.22.0