Re: [dpdk-dev] [PATCH] net/bnxt: fix build failure

2021-07-09 Thread Lance Richardson
On Fri, Jul 9, 2021 at 4:48 AM Thomas Monjalon wrote: > > 09/07/2021 00:49, Ajit Khaparde: > > Fix build failures because of uninitialized variable usage. > > You should add the error log here. > You don't mention the condition of failure. > Nobody reproduced a failure so far. Hi Thomas, This ad

Re: [dpdk-dev] [PATCH] net/bnxt: fix build failure

2021-07-09 Thread Ajit Khaparde
On Fri, Jul 9, 2021 at 1:48 AM Thomas Monjalon wrote: > 09/07/2021 00:49, Ajit Khaparde: > > Fix build failures because of uninitialized variable usage. > > You should add the error log here. > You don't mention the condition of failure. > Nobody reproduced a failure so far. > Sure. I did not not

Re: [dpdk-dev] [PATCH] net/bnxt: fix build failure

2021-07-09 Thread Thomas Monjalon
09/07/2021 00:49, Ajit Khaparde: > Fix build failures because of uninitialized variable usage. You should add the error log here. You don't mention the condition of failure. Nobody reproduced a failure so far. > Fixes: 05b405d58148 ("net/bnxt: add dpool allocator for EM allocation") > > Signed-o

[dpdk-dev] [PATCH] net/bnxt: fix build failure

2021-07-08 Thread Ajit Khaparde
Fix build failures because of uninitialized variable usage. Fixes: 05b405d58148 ("net/bnxt: add dpool allocator for EM allocation") Signed-off-by: Kishore Padmanabha Signed-off-by: Ajit Khaparde --- drivers/net/bnxt/tf_core/dpool.c | 1 + drivers/net/bnxt/tf_ulp/ulp_mapper.c | 2 +- 2 file