Re: [PATCH 3/3] app/test: fix checking return value

2023-10-31 Thread Ferruh Yigit
On 10/10/2023 7:23 AM, Chaoyong He wrote: > From: Long Wu > > CI found the function without checking return value in this place. > > Coverity issue: 403101 > Fixes: 92073ef961ee ("bond: unit tests") > Cc: sta...@dpdk.org > > Signed-off-by: Long Wu > Reviewed-by: Chaoyong He > Reviewed-by: Pen

[PATCH 3/3] app/test: fix checking return value

2023-10-09 Thread Chaoyong He
From: Long Wu CI found the function without checking return value in this place. Coverity issue: 403101 Fixes: 92073ef961ee ("bond: unit tests") Cc: declan.dohe...@intel.com Cc: sta...@dpdk.org Signed-off-by: Long Wu Reviewed-by: Chaoyong He Reviewed-by: Peng Zhang --- app/test/test_link_bo