On 9/25/2021 3:24 PM, Ajit Khaparde wrote: > From: Kishore Padmanabha <[email protected]> > > Remove the code to initialize SRAM slice mode explicitly. The > code is redundanat as the memory allocated is initialized to > zero by the rte_zmalloc. This fixes the compilation issue for > uninitialized pointer when debug optimized configuration is used. > > Signed-off-by: Kishore Padmanabha <[email protected]> > Reviewed-by: Farah Smith <[email protected]> > Reviewed-by: Ajit Khaparde <[email protected]>
Squashed into relevant commit [1] in next-net, thanks. [1] net/bnxt: add SRAM manager model

