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: bugfix - exit code was not passed to the caller #8424

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

marcinszkudlinski
Copy link
Contributor

When executing a blocking operation on a remote core it is expected that an exit code of the operation is passed to the caller as if the operation was on the same core

In fact, a result of message passing was returned, so in most cases result was success, no matter what operation result was

When executing a blocking operation on a remote core
it is expected that an exit code of the operation is
passed to the caller as if the operation was on the
same core

In fact, a result of message passing was returned,
so in most cases result was success, no matter what
operation result was

Signed-off-by: Marcin Szkudlinski <[email protected]>
@kv2019i kv2019i requested a review from lyakh October 31, 2023 18:33
@kv2019i kv2019i merged commit f76d982 into thesofproject:main Nov 2, 2023
38 checks passed
@marcinszkudlinski marcinszkudlinski deleted the idc-bugfix branch June 21, 2024 07:30
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.

7 participants