> From: Stephen Hemminger [mailto:[email protected]] > Sent: Friday, 27 September 2024 22.46 > > Use rte_alloc_function annotation to catch mismatch errors > on memzone handling. > > Signed-off-by: Stephen Hemminger <[email protected]> > ---
Note for other reviewers: rte_mempool_free() was intentionally moved up, so __rte_alloc_func attribute can refer to it. Reviewed-by: Morten Brørup <[email protected]>

