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

Fix the error of multi link ide test case #49

Merged
merged 1 commit into from
Apr 29, 2024
Merged

Conversation

mxu9
Copy link
Contributor

@mxu9 mxu9 commented Apr 29, 2024

Fix #48

In x4x4x4x4 case, KCBar is shared between rootport_1 and rootport_2. So the previous logic which is to find a free stream_x is not correct.

The updated logic to find a free stream_x and Link/Selective IDE Register block is simplified that it walks thru Link/Selective IDE Register blocks and Stream_x in KCBar to find a free slot. It will check the stream_id.

In x4x4x4x4 case, KCBar is shared between rootport_1 and rootport_2. So
the previous logic which is to find a free stream_x is not correct.

The updated logic to find a free stream_x and Link/Selective IDE
Register block is simplified that it walks thru Link/Selective IDE
Register blocks and Stream_x in KCBar to find a free slot. It will not
check the stream_id.

Signed-off-by: Min Xu <[email protected]>
@mxu9 mxu9 requested a review from jyao1 April 29, 2024 02:54
@jyao1 jyao1 merged commit 31b3000 into intel:main Apr 29, 2024
2 checks passed
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.

teeio-validator can't find free port when running 4 link stream tests
2 participants