Extensions to support shm#125
Conversation
The initial changes are taken from e-hndrks - fixes eclipse-cyclonedds#84 Signed-off-by: Sumanth Nirmal <sumanth.724@gmail.com>
- Fixes eclipse-cyclonedds#84 Signed-off-by: Sumanth Nirmal <sumanth.724@gmail.com>
- Set the fixed size mask in flags during the creation of sertype - Set the iox_size to sample size during the creation of sertype - Fixes eclipse-cyclonedds#84 Signed-off-by: Sumanth Nirmal <sumanth.724@gmail.com>
- Fixes eclipse-cyclonedds#84 Signed-off-by: Sumanth Nirmal <sumanth.724@gmail.com>
- fixes eclipse-cyclonedds#84 Signed-off-by: Sumanth Nirmal <sumanth.724@gmail.com>
Signed-off-by: Sumanth Nirmal <sumanth.724@gmail.com>
Signed-off-by: Sumanth Nirmal <sumanth.724@gmail.com>
Signed-off-by: Sumanth Nirmal <sumanth.724@gmail.com>
…lization required Signed-off-by: Sumanth Nirmal <sumanth.724@gmail.com>
|
@e-hndrks methinks this unintentionally includes various commits and needs to be rebased. |
reicheratwork
left a comment
There was a problem hiding this comment.
Maybe have some larger messages in the example program to better illustrate the performance improvements?
| { | ||
| struct Msg | ||
| { | ||
| long data; |
There was a problem hiding this comment.
It is enough to just have this small of a message?
Maybe it is better to have a message with a huge payload to better illustrate the performance increase iceoryx can cause?
|
|
||
| T& loan_sample(); | ||
|
|
||
| void return_loan(T& sample); |
There was a problem hiding this comment.
This does not overlap with @e-hndrks work on the loan interface?
|
Hi @eboasson , the reason why this is not a stand-alone Pull Request is that it builds on top of the changes that have already been made for the loan_sample API, which is therefore a prerequisite for this PR. However, the loan_sample API is currently part of a PR from @sumanth-nirmal, which hasn't been accpeted yet. For that reason, I started from his working branch. |
No description provided.