> -----Original Message-----
> From: Anoob Joseph <ano...@marvell.com>
> Sent: Thursday 20 April 2023 13:23
> To: Power, Ciara <ciara.po...@intel.com>; Akhil Goyal
> <gak...@marvell.com>
> Cc: Jerin Jacob <jer...@marvell.com>; Tejasree Kondoj
> <ktejas...@marvell.com>; dev@dpdk.org
> Subject: [PATCH v2] app/crypto-perf: check crypto result
>
> Check crypto result in latency tests. Checking result won't affect the test
> results as latency is calculated using timestamps which are done before
> enqueue and after dequeue. Ignoring result means the data can be false
> positive.
>
> Signed-off-by: Anoob Joseph <ano...@marvell.com>
> ---
> v2:
> - Improved result check (treat all non success as errors)
<snip>
Acked-by: Ciara Power <ciara.po...@intel.com>