-
Notifications
You must be signed in to change notification settings - Fork 349
boards: ace30: enable telemetry and io perf measurements #9840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@abonislawski @lgirdwood There is a IPC timeout in PTL HDA config in pr-device-test that I've not seen in earlier PRs (granted HDA results not available for all PRs). |
@kv2019i is there a link or log for this ? |
I'll rerun CI to be sure |
|
SOFCI TEST |
|
@abonislawski still seeing a failure on PTL HDA. Can you break this Kconfig down into smaller "=y" changes, it just could be one of the options breaking something. Thanks! |
e42dc28 to
373ecd0
Compare
373ecd0 to
3bc2c1a
Compare
|
@abonislawski looks like just enabling the telemetry by itself is enough to show red on what looks like to be the multicore PTL topologies. |
Increase Debug Window (Memory window 2) size by one slot (4096 bytes). The reason for this change is making space for telemetry functionality. Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
This will enable Telemetry feature for ACE 3.0 Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
3bc2c1a to
e79fd76
Compare
|
@lgirdwood Yes, upon checking, I found that we have increased CONFIG_MEMORY_WIN_2_SIZE only for MTL and LNL. This seems to be a remaining issue with telemetry. It helps in a single debug test, waiting for the full CI now. |
This will enable Telemetry feature for ACE 3.0