RE: [PATCH] app/crypto-perf: remove redundant function return

2022-08-28 Thread Akhil Goyal
> > Subject: [PATCH] app/crypto-perf: remove redundant function return > > > > Remove redundant function return value. The function is used in datapath > > and the return value is not checked in any of the existing callers. > > > > Signed-off-by: Anoob J

RE: [PATCH] app/crypto-perf: remove redundant function return

2022-07-25 Thread Zhang, Roy Fan
> -Original Message- > From: Anoob Joseph > Sent: Thursday, July 21, 2022 5:59 AM > To: Akhil Goyal ; Power, Ciara > ; Zhang, Roy Fan > Cc: Jerin Jacob ; Hemant Agrawal > ; Gagandeep Singh ; > dev@dpdk.org > Subject: [PATCH] app/crypto-perf: remove redundant

[PATCH] app/crypto-perf: remove redundant function return

2022-07-20 Thread Anoob Joseph
Remove redundant function return value. The function is used in datapath and the return value is not checked in any of the existing callers. Signed-off-by: Anoob Joseph --- app/test-crypto-perf/cperf_ops.c | 36 +--- app/test-crypto-perf/cperf_ops.h | 2 +- 2 files c