RE: [PATCH v3 06/15] acl: add allocation function attributes

2025-01-24 Thread Konstantin Ananyev
> Use function attributes to catch cases where acl table is allocated > but not freed correctly. > > Signed-off-by: Stephen Hemminger > --- > lib/acl/rte_acl.h | 26 +++--- > 1 file changed, 15 insertions(+), 11 deletions(-) > > diff --git a/lib/acl/rte_acl.h b/lib/acl/rt

[PATCH v3 06/15] acl: add allocation function attributes

2025-01-23 Thread Stephen Hemminger
Use function attributes to catch cases where acl table is allocated but not freed correctly. Signed-off-by: Stephen Hemminger --- lib/acl/rte_acl.h | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/lib/acl/rte_acl.h b/lib/acl/rte_acl.h index ca75a6f