RE: [EXT] Re: [PATCH net v2] octeontx2-af: Initialize bitmap arrays.

From: Ratheesh Kannoth
Date: Mon Jan 29 2024 - 23:17:49 EST


> From: Brett Creeley <bcreeley@xxxxxxx>
> > + unsigned long *entry2pfvf_map;
> > + unsigned long *entry2cntr_map;
> > + unsigned long *cntr2pfvf_map;
> > + unsigned long *cntr_refcnt;
> > + unsigned long *entry2target_pffunc;
>
> I'm not sure you want all of these at bitmaps? It was recommended to use
> bitmap_zalloc, but that was specifically for the bitmaps.
Got it. Will post new patch.