[dpdk-dev] [PATCH v3 20/35] mempool: allocate in several memory chunks by default

2016-06-01 Thread Ferruh Yigit
On 5/18/2016 12:04 PM, Olivier Matz wrote: > Introduce rte_mempool_populate_default() which allocates > mempool objects in several memzones. > > The mempool header is now always allocated in a specific memzone > (not with its objects). Thanks to this modification, we can remove > many specific beh

[dpdk-dev] [PATCH v3 20/35] mempool: allocate in several memory chunks by default

2016-05-18 Thread Olivier Matz
Introduce rte_mempool_populate_default() which allocates mempool objects in several memzones. The mempool header is now always allocated in a specific memzone (not with its objects). Thanks to this modification, we can remove many specific behavior that was required when hugepages are not enabled