feat(shared_memory): add SetInterVMMemoryProvider for inter-VM shm suppprt - #398
Conversation
|
The created documentation from the pull request is available at: docu-html |
3bb7470 to
5e31bca
Compare
…pport Add a separate InterVM memory provider that is used when the shm path has the inter-VM prefix (/intervm-shared-shmem/). This replaces the previous hard rejection of inter-VM paths in Create/Open/CreateOrOpen with actual provider-backed allocation.
5e31bca to
59f08f9
Compare
4og
left a comment
There was a problem hiding this comment.
The memory/shared is currently in transition to the communication repo. An agreement from @LittleHuba is needed if it's fine to merge it or not.
Hi @4og, yes, Ulrich had approved this pr merge, Thanks! |
|
@Rahul-Sutariya that approval is over a week old. Things moved since then. |
Thanks @LittleHuba for confirmation, i will migrate pr to S-Core/Com, once lib/mem migrated to it. |
Add a separate InterVM memory provider that is used when the shm path has the inter-VM prefix (/intervm-shared-shmem/). This replaces the previous hard rejection of inter-VM paths in Create/Open/CreateOrOpen with actual provider-backed allocation.