Commit 13650e8
userspace: proxy: Introduce user worker to service IPC
The non-privileged modules code should be executed in separate thread
executed in userspace mode. This way the code and data owned by such
module will be isolated from other non-privileged modules in the system.
The implementation creates user work queue thread that will service all
IPC's for all such modules.
Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>1 parent a63f4fa commit 13650e8
7 files changed
Lines changed: 608 additions & 38 deletions
File tree
- src
- audio/module_adapter
- library
- include/sof
- audio/module_adapter/library
- schedule
- zephyr
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
0 commit comments