Commit 34a2c67
Jyri Sarha
pipeline: Use dp_data stack size for DP task
Use IPC module init extended data (dp_data stack_bytes) to set the DP
processing thread stack size when available. Fall back to
TASK_DP_STACK_SIZE when ext init data is not present or does not
provide a stack size.
Add Kconfig option ZEPHYR_DP_SCHEDULER_MIN_STACK_SIZE (default 2048)
to enforce a minimum stack size regardless of what the IPC payload
requests.
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>1 parent 9f306eb commit 34a2c67
2 files changed
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| 391 | + | |
391 | 392 | | |
392 | 393 | | |
393 | 394 | | |
| |||
403 | 404 | | |
404 | 405 | | |
405 | 406 | | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
406 | 416 | | |
407 | | - | |
| 417 | + | |
408 | 418 | | |
409 | 419 | | |
410 | 420 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
206 | 215 | | |
207 | 216 | | |
208 | 217 | | |
| |||
0 commit comments