RE: [EXTERNAL] [PATCH 12/15] reorder: add allocation function attributes

2025-01-21 Thread Volodymyr Fialko
> Use function attributes to catch cases where reorder table is allocated > but not freed correctly. > > Signed-off-by: Stephen Hemminger > --- > lib/reorder/rte_reorder.h | 23 --- > 1 file changed, 12 insertions(+), 11 deletions(-) Acked-by: Volodymyr Fialko

[PATCH 12/15] reorder: add allocation function attributes

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