app/crypto-perf: overwrite mbuf when verifying
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Wed, 4 Oct 2017 03:46:10 +0000 (04:46 +0100)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 12 Oct 2017 14:14:45 +0000 (15:14 +0100)
commit5b2b0a740fba32db438d92390a4a853d3af2381c
treeb2c5dbd969039e6793b8f88b0b162c4d3f69b9fa
parent083de3eba72f99cbd564576652d7e1e4a62fad47
app/crypto-perf: overwrite mbuf when verifying

When running the verify test, mbufs in the pool were
populated with the test vector loaded from a file.
To avoid limiting the number of operations to the pool size,
mbufs will be rewritten with the test vector, before
linking them to the crypto operations.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
app/test-crypto-perf/cperf_options_parsing.c
app/test-crypto-perf/cperf_test_verify.c