Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app/overlays/mtl/dax_overlay.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ CONFIG_LLEXT_HEAP_SIZE=32
# Disabled due to issues encountered on the MTL platform.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: as this only changes the "app" folder, more appropriate prefix for commit subject line would be "app: overlays: dax: increase log buffer size". But this has not been very consistent in "app/", so not a blocker.

# See https://github.com/thesofproject/sof/issues/10370
CONFIG_LLEXT_EXPERIMENTAL=n

# Log settings
CONFIG_LOG_BUFFER_SIZE=8192
CONFIG_MTRACE_LOG_CACHE_BUF_SIZE=12288
4 changes: 4 additions & 0 deletions app/overlays/ptl/dax_overlay.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ CONFIG_IDC_TIMEOUT_US=50000

# LLEXT
CONFIG_LLEXT_HEAP_SIZE=32

# Log settings
CONFIG_LOG_BUFFER_SIZE=8192
CONFIG_MTRACE_LOG_CACHE_BUF_SIZE=12288
Loading