Hi Alex,
There option in EAL when you starts DPDK where by configure the amount of
memory consume by DPDK.
? -m MB
Memory to allocate. See also --socket-mem.
? --socket-mem
Set the memory to allocate on specific sockets (use comma separated
values).
Regards,
Choi, Sy Jong
Platform Application Engineer
-----Original Message-----
From: dev [mailto:[email protected]] On Behalf Of Alex Markuze
Sent: Wednesday, October 01, 2014 5:21 PM
To: dev at dpdk.org
Subject: [dpdk-dev] Huge Pages.
Hi,
How well does DPDK play with other applications using huge pages?
Looking at eal_init/eal_hugepage_info_init it seems that DPDK will try to grab
All available huge pages.
Is there an existing way to limit the number of huge pages taken ?
My goal is to be able to run several applications each with its own dpdk
instance and a possible 3rd party application all using huge pages. Is this
possible under DPDKs current design?
Sharing the NICs is fairly simple if we specify the available lci functions per
dpdk instance but at first glance sharing huge pages looks like a problem.
Thanks.