app/crypto-perf: fix latency CSV output
authorCiara Power <ciara.power@intel.com>
Wed, 20 Jan 2021 17:29:28 +0000 (17:29 +0000)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 27 Jan 2021 18:03:52 +0000 (19:03 +0100)
commit2f04e8248ac0cc88d86d913dab664cba60b27037
treebc8e30eb3f2098d3814520f68abf6a8dc2bbc177
parent61ecfb0240bcf7bd8e9a26c67a554e21cf3e0bc3
app/crypto-perf: fix latency CSV output

The csv output for the latency performance test had an extra header,
"Packet Size", which is a duplicate of "Buffer Size", and had no
corresponding value in the output. This is now removed.

Fixes: f6cefe253cc8 ("app/crypto-perf: add range/list of sizes")
Cc: stable@dpdk.org
Signed-off-by: Ciara Power <ciara.power@intel.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
Acked-by: Adam Dybkowski <adamx.dybkowski@intel.com>
app/test-crypto-perf/cperf_test_latency.c