Debug stream thread info fixe. Should be backported for 2.11#9451
Merged
kv2019i merged 2 commits intothesofproject:mainfrom Sep 11, 2024
Merged
Debug stream thread info fixe. Should be backported for 2.11#9451kv2019i merged 2 commits intothesofproject:mainfrom
kv2019i merged 2 commits intothesofproject:mainfrom
Conversation
added 2 commits
September 9, 2024 22:42
…mments The cache-line alignment was removed from circular buffer descriptors on last moments of debug_stream_slot PR's review process. This broke the circular buffer alignment and its now fixed in this PR. The commit also contains the documentation update for the alignment removal change that was also forgotten from the original PR. Since this only affects the offsets of the circular buffers, that are explicitly written in the debug window slot, there is no need to update anything on the host side client. Also the unaligned circular buffers appeared to work just fine, because of that. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
Collaborator
kv2019i
approved these changes
Sep 10, 2024
lgirdwood
approved these changes
Sep 10, 2024
Member
|
A lot of timeouts on one of the DUTS. Rerun. |
Member
|
SOFCI TEST |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Couple of loose ends that were left from hasty merging to 2.11.