Re: [PATCH] malloc: remove unused function to set limit

2022-10-04 Thread Thomas Monjalon
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

2022-09-27 Thread David Marchand
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 -