-
Notifications
You must be signed in to change notification settings - Fork 51
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
Auxiliary devices in SOF break check-ipc-flood.sh (IPC3) #467
Comments
@ranj063 could you give more info about the change here. |
The IPC debugfs will be moved to IPC client. And by default we have two IPC test clients.
And we need to update the test case with multiple IPC clients. Or we can add new IPC test case for this also.
|
@fredoh9 Will the path always be look like this? eg: |
Yes. if there's only one then, you'd only see snd_sof_client.ipc_test.0 |
I think we will never test flood with IPC4, correct? If correct please close as wontfix |
I don't know what prevents us from flooding the firmware with IPCs, regardless of the IPC type. @ujfalusi would you agree? |
Nothing prevents us from flooding the firmware, but the flood test uses a special test IPC3 message (SOF_IPC_GLB_TEST_MSG | SOF_IPC_TEST_IPC_FLOOD), this is not present for IPC4. Is this really broken today for IPC3? The PR that this issue is blaming had never been merged, the sof-client infra ended up with different implementation... |
Thank you for the clarifications! IPC3 flooding has been working just fine https://sof-ci.ostc.intel.com/#/result/planresultdetail/44673 IPC4 flooding is currently skipped with the somewhat misleading "need debug firmware".
Great, so we can definitely close this ticket, these will never be resurrected somehow? Also, #191 looks like a duplicate? Close that too? It points at thesofproject/linux#1841 instead of 2501. All part of the same, dead thing? |
IPC flood test is not applicable to IPC4 at this moment, this is not breaking any test case any more. |
Oh, this is about IPC3. Anyway we can still close this as this is not the case any more. |
Auxiliary devices in SOF thesofproject/linux#2501 break check-ipc-flood.sh https://sof-ci.01.org/sofpr/PR3545/build7503/devicetest/
quick check find big change in debugfs
The text was updated successfully, but these errors were encountered: