ad10c17821
When populating a mempool with a virtual memory area, the mempool library expects to be able to get the physical address of each page. When started with --no-huge, the physical addresses may not be available because the pages are not locked in memory. It sometimes returns RTE_BAD_PHYS_ADDR, which makes the mempool_populate() function to fail. This was working before the commit |
||
---|---|---|
.. | ||
Makefile | ||
rte_mempool_ops.c | ||
rte_mempool_version.map | ||
rte_mempool.c | ||
rte_mempool.h |