[dpdk-dev] "Re: [RFC PATCH 0/2] dynamic memzones"

2015-06-04 Thread Gonzalez Monroy, Sergio
On 03/06/2015 20:13, Dax Rawal wrote: > Hi Sergio, > >TODOs: > > - Implement memzone_unreserve, simply call rte_malloc_free. > > - Implement mempool_delete, simply call rte_memzone_unreserve. > > - Init heaps with all available memsegs at once. > > - Review symbols in version map. > I do not see rt

[dpdk-dev] "Re: [RFC PATCH 0/2] dynamic memzones"

2015-06-03 Thread Dax Rawal
Hi Sergio, >TODOs: > - Implement memzone_unreserve, simply call rte_malloc_free. > - Implement mempool_delete, simply call rte_memzone_unreserve. > - Init heaps with all available memsegs at once. > - Review symbols in version map. I do not see rte_memzone_unreserve in API documentation. Is this