mempool: populate with anonymous memory
authorOlivier Matz <olivier.matz@6wind.com>
Wed, 18 May 2016 11:04:50 +0000 (13:04 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 19 May 2016 12:40:14 +0000 (14:40 +0200)
commit6780f72fb82f0c012e2f87fcbaae082a54b3b4d3
tree4c334d2785fbe8788da837c7884d6f91b94f6c1a
parenta4673d4a813c9ab6355041b763ae1d3da5602736
mempool: populate with anonymous memory

Now that we can populate a mempool with any virtual memory,
it is easier to introduce a function to populate a mempool
with memory coming from an anonymous mapping, as it's done
in test-pmd.

The next commit will replace test-pmd anonymous mapping by
this function.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
lib/librte_mempool/rte_mempool.c