RE: [PATCH v3 09/15] mempool: add allocation function attributes

2025-01-24 Thread Konstantin Ananyev
> Use function attributes to catch cases where mempool is allocated > but not freed correctly. > > Signed-off-by: Stephen Hemminger > Reviewed-by: Morten Brørup > --- > lib/mempool/rte_mempool.h | 37 - > 1 file changed, 20 insertions(+), 17 deletions(-) >

[PATCH v3 09/15] mempool: add allocation function attributes

2025-01-23 Thread Stephen Hemminger
Use function attributes to catch cases where mempool is allocated but not freed correctly. Signed-off-by: Stephen Hemminger Reviewed-by: Morten Brørup --- lib/mempool/rte_mempool.h | 37 - 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/lib/me