DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] populate mbuf in latency test
@ 2022-04-08 10:18 Archana Muniganti
  2022-04-08 10:18 ` [PATCH 1/2] app/crypto-perf: " Archana Muniganti
  2022-04-08 10:18 ` [PATCH 2/2] app/crypto-perf: add vector file for AES-GCM Archana Muniganti
  0 siblings, 2 replies; 8+ messages in thread
From: Archana Muniganti @ 2022-04-08 10:18 UTC (permalink / raw)
  To: ciara.power, declan.doherty, gakhil; +Cc: Archana Muniganti, anoobj, dev

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-04-29  9:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-08 10:18 [PATCH 0/2] populate mbuf in latency test Archana Muniganti
2022-04-08 10:18 ` [PATCH 1/2] app/crypto-perf: " Archana Muniganti
2022-04-29  5:59   ` Akhil Goyal
2022-04-29  9:35     ` Akhil Goyal
2022-04-08 10:18 ` [PATCH 2/2] app/crypto-perf: add vector file for AES-GCM Archana Muniganti
2022-04-29  6:01   ` Akhil Goyal
2022-04-29  9:21     ` Archana Muniganti
2022-04-29  9:31       ` Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).