On Sunday, December 22, 2024 17:43 CET, Stephen Hemminger
wrote:
> On Sun, 22 Dec 2024 02:19:53 +0100
> Ariel Otilibili wrote:
>
> > Coverity reports return values of calls to rte_bitmap_free() are not used.
>
> Some existing user code may actually be using this so this would be an API
> cha
On Sun, 22 Dec 2024 02:19:53 +0100
Ariel Otilibili wrote:
> Coverity reports return values of calls to rte_bitmap_free() are not used.
Some existing user code may actually be using this so this would be an API
change.
Therefore this patch can not be accepted for current releases.
It is worth a
Coverity reports return values of calls to rte_bitmap_free() are not used.
As of commit 07604f2644 ("maintainers: update for next-net tree"):
```
$ awk 'NR>281 && NR<300 {print NR ":" $0}' lib/eal/include/rte_bitmap.h
282:/**
283: * Bitmap free
284: *
285: * @param bmp
286: * Handle to bitmap
3 matches
Mail list logo