Commit f447f3d
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 f18c87f commit f447f3d
2 files changed
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
| 593 | + | |
593 | 594 | | |
594 | 595 | | |
595 | 596 | | |
| |||
605 | 606 | | |
606 | 607 | | |
607 | 608 | | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
608 | 618 | | |
609 | | - | |
| 619 | + | |
610 | 620 | | |
611 | 621 | | |
612 | 622 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
261 | 270 | | |
262 | 271 | | |
263 | 272 | | |
| |||
0 commit comments