[DPDK/examples Bug 1628] Multi-process sample app requires exact memory mapping
bugzilla at dpdk.org
bugzilla at dpdk.org
Mon Feb 3 03:40:46 CET 2025
https://bugs.dpdk.org/show_bug.cgi?id=1628
Bug ID: 1628
Summary: Multi-process sample app requires exact memory mapping
Product: DPDK
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: examples
Assignee: dev at dpdk.org
Reporter: nandinipersad361 at gmail.com
Target Milestone: ---
The multi-process example application assumes that it is possible to map the
hugepage memory to the same virtual addresses in client and server
applications. Occasionally, very rarely with 64-bit, this does not occur and a
client application will fail on startup. The Linux “address-space layout
randomization” security feature can sometimes cause this to occur.
Implication:
A multi-process client application fails to initialize.
Resolution/Workaround:
See the “Multi-process Limitations” section in the DPDK Programmer’s Guide for
more information.
Affected Environment/Platform:
All.
Driver/Module:
Multi-process example application
--
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/20250203/e5292235/attachment-0001.htm>
More information about the dev
mailing list