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

Return ENODATA Error code if bitstream is not present #7694

Merged
merged 4 commits into from
Sep 8, 2023

Conversation

ManojTakasi
Copy link
Collaborator

Problem solved by the commit

CR-1128292 If bitstream is not present in the xclbin. We need to give different error code instead of EINVAL.

Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered

NA

How problem was solved, alternative solutions (if any) and why they were rejected

Added check in the icap_download_hw() function. If the bitstream is not present we are returning the ENODATA code and printing it is dmesg log.

Risks (if any) associated the changes in the commit

No

What has been tested and how, request additional testing if necessary

Teseted on U250.

Documentation impact (if any)

No

@ManojTakasi ManojTakasi changed the title Return ENODATA Error if bitstream is not present Return ENODATA Error code if bitstream is not present Sep 6, 2023
@gbuildx
Copy link
Collaborator

gbuildx commented Sep 6, 2023

Build Passed!

@chvamshi-xilinx chvamshi-xilinx merged commit 4af5050 into Xilinx:master Sep 8, 2023
1 check passed
@ManojTakasi ManojTakasi deleted the bitstream branch September 8, 2023 05:37
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.

3 participants