* [DPDK/examples Bug 1628] Multi-process sample app requires exact memory mapping
@ 2025-02-03 2:40 bugzilla
2025-02-03 4:18 ` bugzilla
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2025-02-03 2:40 UTC (permalink / raw)
To: dev
[-- Attachment #1: Type: text/plain, Size: 1232 bytes --]
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@dpdk.org
Reporter: nandinipersad361@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.
[-- Attachment #2: Type: text/html, Size: 3114 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* [DPDK/examples Bug 1628] Multi-process sample app requires exact memory mapping
2025-02-03 2:40 [DPDK/examples Bug 1628] Multi-process sample app requires exact memory mapping bugzilla
@ 2025-02-03 4:18 ` bugzilla
0 siblings, 0 replies; 2+ messages in thread
From: bugzilla @ 2025-02-03 4:18 UTC (permalink / raw)
To: dev
[-- Attachment #1: Type: text/plain, Size: 780 bytes --]
https://bugs.dpdk.org/show_bug.cgi?id=1628
Stephen Hemminger (stephen@networkplumber.org) changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WONTFIX
CC| |stephen@networkplumber.org
Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Stephen Hemminger (stephen@networkplumber.org) ---
See documentation already describes this problem in detail, this is not a bug
but a documented limitation.
See 23.3 here:
https://doc.dpdk.org/guides-1.8/prog_guide/multi_proc_support.html
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #2: Type: text/html, Size: 3036 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-03 4:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-03 2:40 [DPDK/examples Bug 1628] Multi-process sample app requires exact memory mapping bugzilla
2025-02-03 4:18 ` bugzilla
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).