[dpdk-dev] [PATCH] mem: mark pages as freeable on exit

Thomas Monjalon thomas at monjalon.net
Fri Jul 13 11:18:35 CEST 2018


31/05/2018 18:11, Anatoly Burakov:
> When rte_eal_cleanup() is called, it is expected that DPDK will be able to
> release all of its memory back to the system. However, if pages are marked
> as unfreeable, the pages will not be released back. Fix this to mark all
> pages as freeable on calling rte_eal_cleanup(), but only do it for primary
> process, as secondaries can come and go.
> 
> Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>

Applied, thanks




More information about the dev mailing list