Re: [PATCH v3 01/10] devtools/cocci, lib/eal: remove unused rte_bitmap_free()

2024-12-23 Thread Ariel Otilibili-Anieli
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

Re: [PATCH v3 01/10] devtools/cocci, lib/eal: remove unused rte_bitmap_free()

2024-12-22 Thread Stephen Hemminger
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

[PATCH v3 01/10] devtools/cocci, lib/eal: remove unused rte_bitmap_free()

2024-12-21 Thread Ariel Otilibili
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