[dpdk-dev] [PATCH v2] eal: Allow combining -m and --no-huge

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jun 15 16:08:17 CEST 2015


> > Needed to run as non-root but with higher memory allocations, and
> > removes a constraint on no-huge mode being limited to 64M. A usage
> > example is if running with file input with the pcap PMD, which can be
> > done as non-root after this patch via e.g.,
> >
> >     ./test-dpdk --no-huge -m 1024 -l 0,1 -n3 --vdev
> > 'eth_pcap0,rx_pcap=/tmp/eth-rx.pcap,tx_pcap=/tmp/eth-tx.pcap'
> >
> > Signed-off-by: Simon Kagstrom <simon.kagstrom at netinsight.net>
> > Signed-off-by: Johan Faltstrom <johan.faltstrom at netinsight.net>
> 
> Acked-by: David Marchand <david.marchand at 6wind.com>

Applied, thanks


More information about the dev mailing list