Skip to content
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

idc: zephyr: add a timeout to blocking IDC send #8911

Merged
merged 1 commit into from
Mar 11, 2024

Commits on Mar 7, 2024

  1. idc: zephyr: add a timeout to blocking IDC send

    Replace infinite wait with a time-limited wait. In case a blocking
    IDC message is not handled within IDC_TIMEOUT, return an error
    instead of waiting. This allows to debug stuck core-to-core communication
    easier.
    
    Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
    kv2019i committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    902a9a2 View commit details
    Browse the repository at this point in the history