Re: [PATCH v3 2/2] test/hash: fix coverity warning

2022-11-10 Thread Bruce Richardson
On Thu, Nov 10, 2022 at 03:13:34PM +, Vladimir Medvedkin wrote: > Check return value after bulk lookup > > Coverity issue: 357746 > Fixes: 14b8ab576235 ("hash: add bulk lookup with signatures array") > Cc: sta...@dpdk.org > > Signed-off-by: Vladimir Medvedkin > --- Acked-by: Bruce Richardso

[PATCH v3 2/2] test/hash: fix coverity warning

2022-11-10 Thread Vladimir Medvedkin
Check return value after bulk lookup Coverity issue: 357746 Fixes: 14b8ab576235 ("hash: add bulk lookup with signatures array") Cc: sta...@dpdk.org Signed-off-by: Vladimir Medvedkin --- app/test/test_hash_perf.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/t