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

From: Ratheesh Kannoth
Date: Thu Jan 25 2024 - 00:07:21 EST


> From: Brett Creeley <bcreeley@xxxxxxx>
> Subject: [EXT] Re: [PATCH net] octeontx2-af: Initialize bitmap arrays.
> Is there any reason to not use:
>
> bitmap_zalloc() and bitmap_free()?
Will follow simon's suggestion to keep patch diff minimal. As bitmap_zalloc() does not give any advantage over the other.

>
> This is pretty much bitmap_zalloc(), except with devm. As Simon is asking, is
> devm really necessary?
Will use kcalloc.