app/crypto-perf: fix display of sample test vector
authorAdam Dybkowski <adamx.dybkowski@intel.com>
Wed, 29 Apr 2020 10:57:04 +0000 (12:57 +0200)
committerAkhil Goyal <akhil.goyal@nxp.com>
Mon, 11 May 2020 11:17:43 +0000 (13:17 +0200)
commit16f25ee0bf45a3e1b5c4ba4b7e548e321c7db60d
tree5f8ef48c4b46322ea14e11ad43502549ecf9b1b2
parent4f429be4c09a00ccc5cd13cfb14a11f90958ac74
app/crypto-perf: fix display of sample test vector

This patch disables displaying sample test vector contents when
executing throughput and latency tests as the sample data is not
used in those tests (not copied to input mbuf in order to achieve
better performance).

Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test application")
Cc: stable@dpdk.org
Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
app/test-crypto-perf/main.c