Re: [PATCH] malloc: remove unused function to set limit
27/09/2022 13:46, David Marchand: > This function was never implemented and has been deprecated for a long > time. We can remove it. > > Signed-off-by: David Marchand Applied, thanks.
[PATCH] malloc: remove unused function to set limit
This function was never implemented and has been deprecated for a long time. We can remove it. Signed-off-by: David Marchand --- doc/guides/rel_notes/release_22_11.rst | 2 ++ lib/eal/common/rte_malloc.c| 10 -- lib/eal/include/rte_malloc.h | 17 -