[dpdk-dev] [PATCH] mem: allow mem size to be specified when no hugetblfs

2015-06-15 Thread Thomas Monjalon
2015-05-29 15:23, Paul Atkins: > The config option to turn off huge table support does not work with > the existing -m option to specify the amount of memory to use. Add > a new option --no-huge-mem-size that takes a paramater > to use as the heap size instead of the value specified by >

[dpdk-dev] [PATCH] mem: allow mem size to be specified when no hugetblfs

2015-05-29 Thread Paul Atkins
The config option to turn off huge table support does not work with the existing -m option to specify the amount of memory to use. Add a new option --no-huge-mem-size that takes a paramater to use as the heap size instead of the value specified by MEMSIZE_IF_NO_HUGE_PAGE. Signed-off-by: Paul