[Bug 1221] PPC64le memory init use mmap return EBUSY
bugzilla at dpdk.org
bugzilla at dpdk.org
Mon Apr 24 16:37:06 CEST 2023
https://bugs.dpdk.org/show_bug.cgi?id=1221
Bug ID: 1221
Summary: PPC64le memory init use mmap return EBUSY
Product: DPDK
Version: 21.11
Hardware: POWER
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: core
Assignee: dev at dpdk.org
Reporter: haibowu at hcdatainc.com
Target Milestone: ---
When dpdk is initializing, it will first use the eal_get_virtual_area() to
obtain the virtual address(pagesize is 64K), and then call the mmap() to bind
the hugepage(pagesize is 16M) to the corresponding virtual address, but because
the pagesize is different, it will report EBUSY in PPC64. Maybe we need use
MAP_HUGETLB in the mmap parameters of eal_get_virtual_area().
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20230424/8efcb6cf/attachment.htm>
More information about the dev
mailing list