All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Crypto performance app improvements
@ 2017-03-03 16:13 Pablo de Lara
  2017-03-03 16:13 ` [PATCH 1/3] app/crypto-perf: move verify as single test type Pablo de Lara
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Pablo de Lara @ 2017-03-03 16:13 UTC (permalink / raw)
  To: declan.doherty; +Cc: dev, Pablo de Lara

With this patchset, user will be able to run performance tests
on different buffer and burst sizes, in a single run, instead
of having to run the application several times.

Also, the verify option has been removed and, instead,
a new verify test has been created, to simplify the throughput
and latency tests.

Pablo de Lara (2):
  app/crypto-perf: do not append digest if not used
  app/crypto-perf: add range/list of sizes

Sergio Gonzalez Monroy (1):
  app/crypto-perf: move verify as single test type

 app/test-crypto-perf/Makefile                    |   1 +
 app/test-crypto-perf/cperf_ops.c                 |  20 +-
 app/test-crypto-perf/cperf_ops.h                 |   5 -
 app/test-crypto-perf/cperf_options.h             |  34 +-
 app/test-crypto-perf/cperf_options_parsing.c     | 252 ++++++++--
 app/test-crypto-perf/cperf_test_latency.c        | 517 ++++++++------------
 app/test-crypto-perf/cperf_test_throughput.c     | 502 +++++++-------------
 app/test-crypto-perf/cperf_test_vector_parsing.c |  12 +-
 app/test-crypto-perf/cperf_test_vectors.c        |   8 +-
 app/test-crypto-perf/cperf_test_verify.c         | 576 +++++++++++++++++++++++
 app/test-crypto-perf/cperf_test_verify.h         |  58 +++
 app/test-crypto-perf/cperf_verify_parser.c       |   4 +-
 app/test-crypto-perf/main.c                      |  59 ++-
 doc/guides/tools/cryptoperf.rst                  |  27 +-
 14 files changed, 1314 insertions(+), 761 deletions(-)
 create mode 100644 app/test-crypto-perf/cperf_test_verify.c
 create mode 100644 app/test-crypto-perf/cperf_test_verify.h

-- 
2.7.4

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

end of thread, other threads:[~2017-03-29 22:22 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-03 16:13 [PATCH 0/3] Crypto performance app improvements Pablo de Lara
2017-03-03 16:13 ` [PATCH 1/3] app/crypto-perf: move verify as single test type Pablo de Lara
2017-03-03 16:13 ` [PATCH 2/3] app/crypto-perf: do not append digest if not used Pablo de Lara
2017-03-03 16:13 ` [PATCH 3/3] app/crypto-perf: add range/list of sizes Pablo de Lara
2017-03-27 11:25 ` [PATCH v2 0/9] Crypto performance app improvements Pablo de Lara
2017-03-27 11:25   ` [PATCH v2 1/9] app/crypto-perf: remove cyclecount test type Pablo de Lara
2017-03-27 11:25   ` [PATCH v2 2/9] app/crypto-perf: remove unused file Pablo de Lara
2017-03-27 11:26   ` [PATCH v2 3/9] app/crypto-perf: fix AES CBC 128 test vectors Pablo de Lara
2017-03-27 11:26   ` [PATCH v2 4/9] app/crypto-perf: move verify as single test type Pablo de Lara
2017-03-27 11:26   ` [PATCH v2 5/9] app/crypto-perf: do not append digest if not used Pablo de Lara
2017-03-27 11:26   ` [PATCH v2 6/9] app/crypto-perf: display results in test runner Pablo de Lara
2017-03-27 11:26   ` [PATCH v2 7/9] app/crypto-perf: add range/list of sizes Pablo de Lara
2017-03-27 11:26   ` [PATCH v2 8/9] app/crypto-perf: add extra option checks Pablo de Lara
2017-03-27 11:26   ` [PATCH v2 9/9] app/crypto-perf: reorg options structure Pablo de Lara
2017-03-27 12:29   ` [PATCH v2 0/9] Crypto performance app improvements De Lara Guarch, Pablo
2017-03-29 15:24     ` Sergio Gonzalez Monroy
2017-03-29 22:22       ` De Lara Guarch, Pablo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.