Adrian Warecki
Adrian Warecki
We need to start the DP thread earlier, before creating `module_adapter`, to be able to call the module entry point in the user context.
@lyakh > I'd prefer to first enable the simpler version. One separate worker will certainly be simpler. > the alternative would be at least an additional thread per "trust circle"...
It looks like containers are never freed - free slots are just added to the list. Are you planning to change that? Right now the number of used slots will...
If you do not plan to release containers, counting `container_high_water_mark` is unnecessary.
I can understand extracting functions related to memory allocation (`mod_alloc`, `mod_free`, etc.) into a separate file. However, the rest of the changes do not make sense in my opinion. Moving...
This change seems unnecessary. We are forcing the use of the Zephyr interface, which does not fit our needs. To achieve this, we misuse it by passing the operation type...