Re: [dpdk-dev] [PATCH 2/2] net/bnxt: fix uninitialized variable error

2020-05-07 Thread Ajit Khaparde
On Wed, May 6, 2020 at 2:14 AM Ferruh Yigit wrote: > On 5/5/2020 8:17 PM, Ajit Khaparde wrote: > > Fix uninitialized variable error reported by coverity. > > > > Fixes: d33b68154fa4 ("net/bnxt: add tf_core table scope support") > > The commit id and the patch title doesn't exist in next-net (also

Re: [dpdk-dev] [PATCH 2/2] net/bnxt: fix uninitialized variable error

2020-05-07 Thread Ferruh Yigit
On 5/7/2020 7:55 PM, Ajit Khaparde wrote: > > > On Wed, May 6, 2020 at 2:14 AM Ferruh Yigit > wrote: > > On 5/5/2020 8:17 PM, Ajit Khaparde wrote: > > Fix uninitialized variable error reported by coverity. > > > > Fixes: d33b68154fa4 ("net/bnxt: ad

Re: [dpdk-dev] [PATCH 2/2] net/bnxt: fix uninitialized variable error

2020-05-06 Thread Ferruh Yigit
On 5/5/2020 8:17 PM, Ajit Khaparde wrote: > Fix uninitialized variable error reported by coverity. > > Fixes: d33b68154fa4 ("net/bnxt: add tf_core table scope support") The commit id and the patch title doesn't exist in next-net (also not int next-net-brcm), I guess you mean [1] but the updated f

[dpdk-dev] [PATCH 2/2] net/bnxt: fix uninitialized variable error

2020-05-05 Thread Ajit Khaparde
Fix uninitialized variable error reported by coverity. Fixes: d33b68154fa4 ("net/bnxt: add tf_core table scope support") Coverity issue: 357771 Signed-off-by: Ajit Khaparde Reviewed-by: Somnath Kotur Reviewed-by: Randy Schacher --- drivers/net/bnxt/tf_core/tf_tbl.c | 2 +- 1 file changed, 1 i