app/test: add cryptodev unit and performance tests
authorDeclan Doherty <declan.doherty@intel.com>
Wed, 25 Nov 2015 13:25:16 +0000 (13:25 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 25 Nov 2015 18:18:04 +0000 (19:18 +0100)
commit202d375c60bc15471913d3fd46b1e95651456027
tree2083da179608ad043bd5651c1d041f685b0497d3
parent924e84f87306caf675fe8ad424db827e2629ee47
app/test: add cryptodev unit and performance tests

unit tests are run by using cryptodev_qat_autotest or
cryptodev_aesni_autotest from the test apps interactive console.

performance tests are run by using the cryptodev_qat_perftest or
cryptodev_aesni_mb_perftest command from the test apps interactive
console.

If you which to run the tests on a QAT device there must be one
bound to igb_uio kernel driver.

Signed-off-by: Declan Doherty <declan.doherty@intel.com>
Signed-off-by: John Griffin <john.griffin@intel.com>
Signed-off-by: Des O Dea <des.j.o.dea@intel.com>
Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
MAINTAINERS
app/test/Makefile
app/test/test.c
app/test/test.h
app/test/test_cryptodev.c [new file with mode: 0644]
app/test/test_cryptodev.h [new file with mode: 0644]
app/test/test_cryptodev_perf.c [new file with mode: 0644]
app/test/test_link_bonding.c
app/test/test_link_bonding_mode4.c
app/test/test_link_bonding_rssconf.c