]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme-cli: add support for id-nvmset subcommand
authorMinwoo Im <minwoo.im.dev@gmail.com>
Sun, 15 Apr 2018 17:34:41 +0000 (02:34 +0900)
committerMinwoo Im <minwoo.im.dev@gmail.com>
Sun, 10 Jun 2018 12:09:32 +0000 (21:09 +0900)
commit3bbde78b909ecac3436be7fcba4bb4513a1b9ef8
tree856d828eb7258062e213fc6c4b0278c140a86bc1
parent80f2d776e41128fbf7676d665dd6c9ee5aeeffcd
nvme-cli: add support for id-nvmset subcommand

Identify for NVM Set List has been added and it can be found in TP 4018.
This identify CNS 0x4 uses CDW11 as a NVM Set Identify(NVMSETID).
Currently nvme-cli is not using cdw11 for the identify command.

Therefore make it available for cdw11 to be passed to ioctl command by
adding nvme_identify13() to support the new CNS.

Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
linux/nvme.h
nvme-builtin.h
nvme-ioctl.c
nvme-ioctl.h
nvme-print.c
nvme-print.h
nvme.c