app/crypto-perf: add pool size error message
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Fri, 28 Jul 2017 02:15:21 +0000 (03:15 +0100)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Fri, 28 Jul 2017 16:47:34 +0000 (18:47 +0200)
commit15b4beab8a300a5d74b4a0913a9f2faaa33f0ecf
treefd1f8cc0f4b6a1b493808cc651269e47d13ea78e
parentfda78c512e3a665c51129b84bad32a574ab24afa
app/crypto-perf: add pool size error message

If the crypto operation pool size is too small,
the pool might run out of operations, if all the crypto operations
are still being used and have not been freed.
To inform the user about this, the application should display
an error message, asking the user to increase the pool size
through the app parameters.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
app/test-crypto-perf/cperf_test_latency.c
app/test-crypto-perf/cperf_test_throughput.c
app/test-crypto-perf/cperf_test_verify.c