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

nvme-print: Add support for EGFEAT, Domain Identifier, TEGCAP and UEGCAP #2035

Merged
merged 3 commits into from
Sep 4, 2023

Conversation

ikegami-t
Copy link
Contributor

No description provided.

static void binary_endurance_log(struct nvme_endurance_group_log *endurance_log,
__u16 group_id, const char *devname)
static void binary_endurance_log(struct nvme_endurance_group_log *endurance_log, __u16 group_id,
const char *devname)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Unrelated whitespace change

nvme_uint128_t data_units_written = le128_to_cpu(endurance_group->data_units_written);
nvme_uint128_t media_units_written = le128_to_cpu(endurance_group->media_units_written);
nvme_uint128_t host_read_cmds = le128_to_cpu(endurance_group->host_read_cmds);
nvme_uint128_t host_write_cmds = le128_to_cpu(endurance_group->host_write_cmds);
Copy link
Collaborator

Choose a reason for hiding this comment

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

All these whitespace changes should be in a different patch. It really makes it hard to spot where
non whitespace changes are happening. And I am not sure if it's worth to update it anyway, it's not
that these lines are eye/checkpatch offending

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Split the whitespace changes as a separated patch and also fixed to add to print domain_identifier correctly.

igaw and others added 3 commits September 4, 2023 18:42
Fetch EGFEAT, Domain Identifier, TEGCAP and UEGCAP changes.

Signed-off-by: Daniel Wagner <[email protected]>
@igaw
Copy link
Collaborator

igaw commented Sep 4, 2023

  • Rebased to current master
  • Add libnvme wrap update

@igaw igaw merged commit 2ed6e03 into linux-nvme:master Sep 4, 2023
11 checks passed
@igaw
Copy link
Collaborator

igaw commented Sep 4, 2023

Sorry took a bit longer. Too much work...

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