mbox

[0/2] populate mbuf in latency test

Message ID 20220408101835.12941-1-marchana@marvell.com (mailing list archive)
Headers

Message

Archana Muniganti April 8, 2022, 10:18 a.m. UTC
  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