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

2015-05-12 Thread Olivier MATZ
Hi Sergio, On 05/08/2015 06:37 PM, Sergio Gonzalez Monroy wrote: > Please NOTE that this series is meant to illustrate an idea/approach and start > discussion on the topic. > > Current implemetation allows reserving/creating memzones but not the opposite > (unreserve/delete). This affects mempools

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

2015-05-08 Thread Sergio Gonzalez Monroy
Please NOTE that this series is meant to illustrate an idea/approach and start discussion on the topic. Current implemetation allows reserving/creating memzones but not the opposite (unreserve/delete). This affects mempools and other memzone based objects. >From my point of view, implementing unr