RE: [PATCH v2] app/crypto-perf: check crypto result

2023-05-24 Thread Akhil Goyal
> > 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

RE: [PATCH v2] app/crypto-perf: check crypto result

2023-05-17 Thread Power, Ciara
> -Original Message- > From: Anoob Joseph > Sent: Thursday 20 April 2023 13:23 > To: Power, Ciara ; Akhil Goyal > > Cc: Jerin Jacob ; Tejasree Kondoj > ; dev@dpdk.org > Subject: [PATCH v2] app/crypto-perf: check crypto result > > Check crypto result in

[PATCH v2] app/crypto-perf: check crypto result

2023-04-20 Thread Anoob Joseph
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 --- v2: - Improved result check (treat a