Replies: 1 comment 4 replies
-
|
@Gui-Yom iceoryx2 is able to handle different kinds of memory than just POSIX shared memory. Could you provide me with some more details about your system? Are you using Linux and want to use, for instance, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need the publisher shared memory pages to be resident in RAM for a dma copy. How do I get access to a data segment pointer and length to run the necessary syscalls for my needs ? Here are 4 ways I can think of :
iceoryx2/iceoryx2/src/service/static_config/publish_subscribe.rs
Line 79 in de649db
The last option is probably the cleanest and most realistic. Is there a better solution to get raw access the shared memory mapping ?
Beta Was this translation helpful? Give feedback.
All reactions