-
Notifications
You must be signed in to change notification settings - Fork 2
ioctl: nvme_set_features use nvme_passthru_cmd directly #3
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
ioctl: nvme_set_features use nvme_passthru_cmd directly #3
Conversation
04cdc89 to
24f3e29
Compare
24f3e29 to
58e5308
Compare
0ecb91b to
987a088
Compare
|
I am working on reordering the arguments now and then providing a nvme-cli patch for those changes. |
987a088 to
b0cbebc
Compare
|
Reordering of arguments is done. I have some more indentation cleanup to do. |
72c232d to
5b41a70
Compare
Drop struct nvme_set_features_args. Signed-off-by: Dennis Maisenbacher <[email protected]>
Introduce a timeout variable to nvme_link that can be adjusted by the user. If the timeout value of the command to be submitted matches the default value, it is overwritten with the nvme_link specific timeout. Signed-off-by: Dennis Maisenbacher <[email protected]>
5b41a70 to
6f7b6a6
Compare
|
@igaw Do you already have some patches lying around for nvme-cli3 that compiles with current nvme-experiments/libnvme2? Otherwise, I will rebase to where nvme_passthu_cmd was not used directly yet. :) |
|
nvme-cli3 is in sync up to the ioctl.h changes. so after that it wont compile |
|
I'll pull this PR and do some reorder of the patches in the branch as rebase etc. |
|
Thanks btw! |
Drop struct nvme_set_features_args.