Skip to content

Conversation

@tmleman
Copy link
Contributor

@tmleman tmleman commented Mar 11, 2025

This patch updates the configuration for the log flush sleep time across multiple Intel ADSP boards, specifically ACE15 MTPM, ACE20 LNL, and ACE30 PTL. The CONFIG_LOG_FLUSH_SLEEP_US parameter is set to 5000 microseconds to optimize the log flushing process.

The change is motivated by the recent update in commit zephyrproject-rtos/zephyr@57e8d5e, which introduced CONFIG_LOG_FLUSH_SLEEP_US as a configurable parameter to address inefficiencies in the log flushing mechanism. By reducing the sleep time, the logging thread can wake up more frequently, improving the responsiveness of the logging system.

This adjustment ensures that the logging system operates efficiently across different board configurations, aligning with the new logging behavior introduced in the referenced commit.

This patch updates the configuration for the log flush sleep time across
multiple Intel ADSP boards, specifically ACE15 MTPM, ACE20 LNL, and
ACE30 PTL. The `CONFIG_LOG_FLUSH_SLEEP_US` parameter is set to 5000
microseconds to optimize the log flushing process.

The change is motivated by the recent update in commit
zephyrproject-rtos/zephyr@57e8d5e,
which introduced `CONFIG_LOG_FLUSH_SLEEP_US` as a configurable parameter
to address inefficiencies in the log flushing mechanism. By reducing the
sleep time, the logging thread can wake up more frequently, improving
the responsiveness of the logging system.

This adjustment ensures that the logging system operates efficiently
across different board configurations, aligning with the new logging
behavior introduced in the referenced commit.

Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
@lgirdwood
Copy link
Member

CI failures due to DUT needing upgraded GFX FW. In progress.

Copy link
Collaborator

@kv2019i kv2019i left a comment

Choose a reason for hiding this comment

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

A bit tempted to ust set this at SOF app.cnf level, but let's try with a few Intel boards first.

@kv2019i
Copy link
Collaborator

kv2019i commented Mar 12, 2025

One DUT config error, one known error #9883 , rest is good, proceeding with merge.

@kv2019i kv2019i merged commit e730cce into thesofproject:main Mar 12, 2025
44 of 49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants