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

2018-11-05 Thread Ferruh Yigit
On 11/5/2018 5:38 PM, Ajit Khaparde wrote: > > > On Sat, Oct 27, 2018 at 8:36 PM Ferruh Yigit > wrote: > > ag_cons is used uninitialized, it is used when DEBUG enabled, remove > debug code. > > Fixes: 0958d8b6435d ("net/bnxt: support LRO") > Cc: s

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

2018-11-05 Thread Ajit Khaparde
On Sat, Oct 27, 2018 at 8:36 PM Ferruh Yigit wrote: > ag_cons is used uninitialized, it is used when DEBUG enabled, remove > debug code. > > Fixes: 0958d8b6435d ("net/bnxt: support LRO") > Cc: sta...@dpdk.org > > Signed-off-by: Ferruh Yigit > Acked-by: Ajit Khaparde We have not enabled this fo

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

2018-10-27 Thread Ferruh Yigit
ag_cons is used uninitialized, it is used when DEBUG enabled, remove debug code. Fixes: 0958d8b6435d ("net/bnxt: support LRO") Cc: sta...@dpdk.org Signed-off-by: Ferruh Yigit --- drivers/net/bnxt/bnxt_rxr.c | 24 1 file changed, 24 deletions(-) diff --git a/drivers/net