Hi all, I would like to keep the state of the ring (cache_prod, mask, size) after the actual prod index. i.e X ring: 0 4 64 | prod | cache_prod | mask | size | ... | | cons | cache_cons | mask | size | ... | | begin of ring ... | my issue is not to write in a memory region that i don't own. You see any problems with this? thank you for your time