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

CR-1155098 Missing host memory status in Platform report #7675

Merged
merged 3 commits into from
Sep 2, 2023

Conversation

dbenusov
Copy link
Contributor

@dbenusov dbenusov commented Aug 24, 2023

Problem solved by the commit

https://jira.xilinx.com/browse/CR-1155098
Not all supported features of a given card are available through the xbutil examine platform report. Namely the host memory status!

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

Host memory status cannot be seen anywhere through xbutil.

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

Added the host memory status into the platorm xbutil examine report.

Risks (if any) associated the changes in the commit

None.

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

Ubuntu 22.04 VCK5000

dbenusov@xsjdbenusov50:/proj/rdi/staff/dbenusov$ xbutil examine -d 17:00 -r platform -o test.json --force
... console output is unchanged ...
dbenusov@xsjdbenusov50:/proj/rdi/staff/dbenusov$ cat test.json
{
    "schema_version": {
        "schema": "JSON",
        "creation_date": "Wed Aug 23 23:38:04 2023 GMT"
    },
    "devices": [
        {
            ... Normal stuff ...
                    "status": {
                        "mig_calibrated": "false",
                        "p2p_status": "not supported",
                        "host_memory_status": "not supported"
                    },
           ... Normal stuff ...
        }
    ]
}

Documentation impact (if any)

None

@gbuildx
Copy link
Collaborator

gbuildx commented Aug 25, 2023

Build failed :(

@chvamshi-xilinx
Copy link
Collaborator

retest this please

@gbuildx
Copy link
Collaborator

gbuildx commented Aug 29, 2023

Build Passed!

@dbenusov dbenusov marked this pull request as ready for review August 29, 2023 23:14
@gbuildx
Copy link
Collaborator

gbuildx commented Aug 31, 2023

Build Passed!

@chvamshi-xilinx chvamshi-xilinx merged commit e5a7ba8 into Xilinx:master Sep 2, 2023
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.

4 participants