-
Notifications
You must be signed in to change notification settings - Fork 132
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
mi: Cleanup nvme_mi_mi_config_get() to nvme_mi_get_mi_config() #660
Conversation
Signed-off-by: Tokunori Ikegami <[email protected]>
Changes for the issue #206. |
My take on this, we will do this type of work for a major version update, e.g. libnvme 2.0. |
Nack on this one. The
This is documented at: Lines 35 to 44 in 42ac453
|
True, I forgot that we already discussed this. Let's keep it as it is. |
(and the |
Thanks for your comments. I could understand them. By the way seems the PCIe commands over MI not implemented yet. (Also seems the mi resp status NVME_MI_RESP_PCIE_INACCESSIBLE is for the unimplemented command.) |
Yes, that's correct - I haven't done any work on the PCIe command-set. It's optional in the spec, and I don't know whether any of the device I have actually support it! Is this something you're looking for, to be implemented? |
Thanks for the confirmation. No I thought to confirm if just my understanding for the PICe command-set support implementaton is correct or not. (I am also not sure if my device supported it.) |
No description provided.