Closed elfenpiff closed 2 months ago
Attention: Patch coverage is 82.71605%
with 28 lines
in your changes missing coverage. Please review.
Project coverage is 80.20%. Comparing base (
6089d60
) to head (4f6b3ba
). Report is 16 commits behind head on main.
Notes for Reviewer
From previous PR: How about calling this
cpu_core_participant_1
andcpu_core_participant_2
. We could then use the same names for the multi-process benchmark.In the PR we check if the version number is equal zero to additionally determine if the shared memory was initialized or not. Technically it is undefined behavior but works most of the time since the OS zero's the memory. A cleaner solution would be to apply the access rights strategy to the trampoline files but this will cost a lot of effort. Here is the tracking issue for that: https://github.com/eclipse-iceoryx/iceoryx2/issues/364
In this PR I would pursue the version flag approach since it offers a solution and pursue the #364 later.
Pre-Review Checklist for the PR Author
SPDX-License-Identifier: Apache-2.0 OR MIT
iox2-123-introduce-posix-ipc-example
)[#123] Add posix ipc example
)task-list-completed
)Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
Closes #361