17/12/2025 14:06, mannywang(王永峰): > Allow users to provide custom > memory allocation hooks for runtime memory in rte_acl_ctx, via > struct rte_acl_mem_hook. > > Key changes: > - Added struct rte_acl_mem_hook with zalloc, free, and udata. > - Added rte_acl_set_mem_hook / rte_acl_get_mem_hook to set/get callbacks. > - Default allocation uses existing rte_zmalloc_socket/rte_free. > - Modified ACL code to call callbacks for runtime allocations instead > of rte_zmalloc_socket/rte_free directly.
I've simplified the doc to avoid copying what is already in doxygen and may become outdated. Applied, thanks.

