Skip to content

plugins/solidigm: parse telemetry error message improvements.#3092

Merged
igaw merged 1 commit intolinux-nvme:masterfrom
solidigm:telem_cmdline_messages
Feb 12, 2026
Merged

plugins/solidigm: parse telemetry error message improvements.#3092
igaw merged 1 commit intolinux-nvme:masterfrom
solidigm:telem_cmdline_messages

Conversation

@lgdacunh
Copy link
Contributor

Improved parameter checking.
Improved error message and return codes.
Better JSON parser error message

Improved parameter checking.
Improved error message and return codes.
Better JSON parser error message

Signed-off-by: Leonardo da Cunha <leonardo.da.cunha@solidigm.com>
errno = EINVAL;
nvme_show_perror("data-area = '%d'", cfg.data_area);
return -errno;
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not do return -EINVAL directly?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

scratch that. I think it's time to get nvme_show_perror eliminated.

@igaw igaw merged commit ceaa310 into linux-nvme:master Feb 12, 2026
20 checks passed
@igaw
Copy link
Collaborator

igaw commented Feb 12, 2026

Thanks!

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.

2 participants