[dpdk-dev] [PATCH] librte_eal: Allow combining --no-huge with -m XXX

2015-03-27 Thread David Marchand
Hello Simon, On Mon, Mar 23, 2015 at 3:33 PM, Simon Kagstrom < simon.kagstrom at netinsight.net> wrote: > Useful to run applications in usermode via a test driver. > I would add that this commit removes a constraint on no-huge mode being limited to 64M. > Signed-off-by: Simon Kagstrom > --- >

[dpdk-dev] [PATCH] librte_eal: Allow combining --no-huge with -m XXX

2015-03-23 Thread Simon Kagstrom
Useful to run applications in usermode via a test driver. Signed-off-by: Simon Kagstrom --- Not sure if there are other implications of this, so please check! lib/librte_eal/common/eal_common_options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/common/eal