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

types: Add NVME_CMIC definitions #817

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Conversation

ikegami-t
Copy link
Contributor

The existing NVME_CTRL_CMIC definitions are complex values.

The existing NVME_CTRL_CMIC definitions are complex values.

Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
@@ -1114,6 +1114,25 @@ struct nvme_id_ctrl {
__u8 vs[1024];
};

enum nvme_cmic {
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think it would be good to add documentation to all the new types you are adding. IIRC, I forgot to ask for this in the last few PRs. It's not a real blocker, though please consider to provide the documentation update in future. Thanks.

Copy link
Contributor Author

@ikegami-t ikegami-t Apr 18, 2024

Choose a reason for hiding this comment

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

Sure of course will to do it later. Thank you.

@igaw igaw merged commit f877f5c into linux-nvme:master Apr 18, 2024
14 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.

2 participants