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

2018-07-13 Thread Thomas Monjalon
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_

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

2018-05-31 Thread 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 p