DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] How can I recover from CONFIG_RTE_MAX_MEMSEG overrun?
@ 2015-03-11 15:53 Dennis Montgomery
  0 siblings, 0 replies; only message in thread
From: Dennis Montgomery @ 2015-03-11 15:53 UTC (permalink / raw)
  To: dev

Hello,

I’m running into an occasional problem where rte_eal_init() returns -ENOMEM and the following error is logged:

EAL: Can only reserve 991 pages from 1024 requested
Current CONFIG_RTE_MAX_MEMSEG=256 is not enough

When this happens a reboot will take care of it, but I’m hoping for a more elegant solution. I don’t have much direct experience with hugetlbfs so I’m hoping someone on this list can suggest something.

I did boost max-memseg and it works, but I’m worried that it will just crop up again - I instrumented rte_eal_hugepage_init() and found that the number of segments used slowly creeps up as I cycle my application (i.e. repeated rte_eal_init() invocations with process-type == primary). I’m theorizing that hugetlbfs fragments (for lack of a better phrase) over time. Does anyone on the list know of a way to reset hugetlbfs short of rebooting?

DPDK version:
EAL: RTE Version: 'RTE 1.8.0-rc0'
Linux version 3.16.6-200.fc20.x86_64 (mockbuild@bkernel01.phx2.fedoraproject.org) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-7) (GCC) ) #1 SMP Wed Oct 15 13:06:51 UTC 2014


Thank you,

Dennis Montgomery

PS this is my first post to this list; apologies if I’m violating any protocols.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-11 15:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-11 15:53 [dpdk-dev] How can I recover from CONFIG_RTE_MAX_MEMSEG overrun? Dennis Montgomery

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).