Re: [dpdk-dev] [PATCH] net/iavf: fix unchecked return value

2020-10-14 Thread Ferruh Yigit
On 10/14/2020 9:28 AM, Leyi Rong wrote: Fixes coverity unchecked return value issue. Coverity issue: 363045 Fixes: 02d212ca3125 ("net/iavf: rename remaining avf strings") Hi Leyi, Can you please put some justification to the commit log, why return value can be ignored instead of handling it

Re: [dpdk-dev] [PATCH] net/iavf: fix unchecked return value

2020-10-14 Thread Zhang, Qi Z
> -Original Message- > From: Rong, Leyi > Sent: Wednesday, October 14, 2020 4:29 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Rong, Leyi > Subject: [PATCH] net/iavf: fix unchecked return value > > Fixes coverity unchecked return value issue. > > Coverity issue: 363045 > Fixes: 02d212ca3

[dpdk-dev] [PATCH] net/iavf: fix unchecked return value

2020-10-14 Thread Leyi Rong
Fixes coverity unchecked return value issue. Coverity issue: 363045 Fixes: 02d212ca3125 ("net/iavf: rename remaining avf strings") Signed-off-by: Leyi Rong --- drivers/net/iavf/iavf_rxtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/iavf/iavf_rxtx.c b/drivers