Commit 7bfaaae
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 8a3639a commit 7bfaaae
File tree
6 files changed
+549
-27
lines changed- src
- audio/module_adapter
- library
- include/sof
- audio/module_adapter/library
- schedule
6 files changed
+549
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments