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-1216478 xrt-smi still prints 'operation canceled' #8734

Merged
merged 1 commit into from
Feb 1, 2025

Conversation

rchane
Copy link
Collaborator

@rchane rchane commented Jan 31, 2025

Problem solved by the commit

https://jira.xilinx.com/browse/CR-1216478

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

"operation canceled" error still prints on MCDM, discovered in DSV testing

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

Removed "operation canceled" from possible error printouts, as we handle detailed argument error previously and also include help menus.

Risks (if any) associated the changes in the commit

N/A

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

Tested on Linux/MCDM.

xrt-smi examine test
ERROR: Unrecognized arguments:
  test
COMMAND: examine

DESCRIPTION: This command will 'examine' the state of the system/device and will generate a report of interest in a text or JSON format.

USAGE: xrt-smi examine [--help] [-d arg] [-f arg] [-o arg] [-r arg]

OPTIONS:
  -d, --device       - The Bus:Device.Function (e.g., 0000:d8:00.0) device of interest
  -f, --format       - Report output format. Valid values are:
                         JSON        - Latest JSON schema
                         JSON-2020.2 - JSON 2020.2 schema
  -o, --output       - Direct the output to the given file
  --help             - Help to use this sub-command
  -r, --report       - The type of report to be produced.

Reports currently available are:
                         aie-partitions - AIE partition information
                         all            - All known reports are produced
                         host           - Host information
                         platform       - Platforms flashed on the device
                         telemetry      - Telemetry data for the device
GLOBAL OPTIONS:
  --verbose          - Turn on verbosity
  --batch            - Enable batch mode (disables escape characters)
  --force            - When possible, force an operation

Documentation impact (if any)

N/A

Signed-off-by: Ryan Chane <rchane@xilinx.com>
@stsoe stsoe merged commit c7fbc58 into Xilinx:master Feb 1, 2025
23 checks passed
@rchane rchane deleted the CR-1216478 branch February 3, 2025 17:40
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