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

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jun 15 15:54:45 CEST 2015


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 <mem in MB> 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 Atkins <patkins at brocade.com>

Instead of adding a new option, the constraint is removed by this patch:
	http://dpdk.org/dev/patchwork/patch/4915/
That's why this patch is rejected.
Hope the above patch match your needs.


More information about the dev mailing list