app/test: remove crypto queue number hard-coding
authorFiona Trahe <fiona.trahe@intel.com>
Thu, 6 Oct 2016 17:34:29 +0000 (18:34 +0100)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Sat, 8 Oct 2016 15:54:38 +0000 (17:54 +0200)
commit83b1d3482fe5136dd848213ee50e263374718740
treeece276079335f7a6757913dfbb3e437e44f5069c
parent8cad932e2509203667303976ddb3f49d846c18c1
app/test: remove crypto queue number hard-coding

ts_params->conf.nb_queue_pairs should not be hard coded with device
specific number. It should be retrieved from the device info.
Any test which changes it should restore it to orig value.

Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
app/test/test_cryptodev.c
app/test/test_cryptodev_perf.c