> -----Original Message----- > From: Jain, Deepak K > Sent: Thursday, June 16, 2016 8:49 PM > To: dev at dpdk.org > Cc: Doherty, Declan; Griffin, John; Trahe, Fiona; De Lara Guarch, Pablo; Jain, > Deepak K > Subject: [PATCH 0/4] Extending cryptodev Performance tests > > Performance tests haven been extended in this patchset. > > Patchset consists of 4 patches: > Patch 1 adds new function rte_crypto_op_bulk_free to be used in patch 2 > and patch 3. > Patch 2 add snow3g performance tests. > Patch 3 updates the existing aes performanc test > Patch 4 fixes the typo in names of perftest > > > Declan Doherty (1): > cryptodev: add rte_crypto_op_bulk_free function > > Fiona Trahe (2): > app/test: adding Snow3g performance test > app/test: updating AES SHA performance test > > Jain, Deepak K (1): > app/test: typo fixing > > app/test/test_cryptodev.h | 4 +- > app/test/test_cryptodev_perf.c | 1153 > ++++++++++++++++++++++++++++++++----- > lib/librte_cryptodev/rte_crypto.h | 15 + > 3 files changed, 1030 insertions(+), 142 deletions(-) > > -- > 2.5.5
Acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>