Re: [dpdk-dev] [PATCH] net/ice: fix coverity issues

2019-04-23 Thread Lu, Wenzhuo
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Tuesday, April 23, 2019 6:40 PM > To: Lu, Wenzhuo ; dev@dpdk.org > Cc: sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/ice: fix coverity issues > > On 4/18/2019 2:31 AM, Wenzhuo Lu wrote: > &

Re: [dpdk-dev] [PATCH] net/ice: fix coverity issues

2019-04-23 Thread Ferruh Yigit
On 4/18/2019 2:31 AM, Wenzhuo Lu wrote: > Fix the issues reported by Coverity check, "Null-checking > vsi suggests that it may be null, but it has already been > dereferenced on all paths leading to the check." Hi Wenzhuo, Can you please list the coverity issues addressed, the format we have is:

Re: [dpdk-dev] [PATCH] net/ice: fix coverity issues

2019-04-22 Thread Zhang, Qi Z
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Yang, Qiming > Sent: Monday, April 22, 2019 2:58 PM > To: Lu, Wenzhuo ; dev@dpdk.org > Cc: Lu, Wenzhuo ; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/ice: fix coverity issues >

Re: [dpdk-dev] [PATCH] net/ice: fix coverity issues

2019-04-22 Thread Rami Rosen
Fix the issues reported by Coverity check, "Null-checking vsi suggests that it may be null, but it has already been dereferenced on all paths leading to the check." Fixes: e0dcf94a0d7f ("net/ice: support VLAN ops") Fixes: ff963bfa7cb1 ("net/ice: support RSS") Cc: sta...@dpdk.org Signed-off-by: We

Re: [dpdk-dev] [PATCH] net/ice: fix coverity issues

2019-04-21 Thread Yang, Qiming
-Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Wenzhuo Lu Sent: Thursday, April 18, 2019 9:31 AM To: dev@dpdk.org Cc: Lu, Wenzhuo ; sta...@dpdk.org Subject: [dpdk-dev] [PATCH] net/ice: fix coverity issues Fix the issues reported by Coverity check, "

[dpdk-dev] [PATCH] net/ice: fix coverity issues

2019-04-17 Thread Wenzhuo Lu
Fix the issues reported by Coverity check, "Null-checking vsi suggests that it may be null, but it has already been dereferenced on all paths leading to the check." Fixes: e0dcf94a0d7f ("net/ice: support VLAN ops") Fixes: ff963bfa7cb1 ("net/ice: support RSS") Cc: sta...@dpdk.org Signed-off-by: We