]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme-cli: add minimal ana-log page support
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Mon, 13 Aug 2018 05:59:19 +0000 (22:59 -0700)
committerKeith Busch <keith.busch@intel.com>
Mon, 13 Aug 2018 14:44:32 +0000 (08:44 -0600)
commitbb269bdb5392786ba5cec353a08b53c15cf3d379
tree64860112d94d915daf71472c8b0932aced7b6535
parenta079e434debe4249b92116e94e14b43473804d69
nvme-cli: add minimal ana-log page support

This patch adds a new command to retrieve the ANA Log page.
We update identify ctrl/ns data structure to support this command.
We also add ana based error codes and different identifiers to the
linux/nvme.h header file in order to support this command.

Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Hannes Reinecke <hare@suse.com>
linux/nvme.h
nvme-builtin.h
nvme-ioctl.c
nvme-ioctl.h
nvme-print.c
nvme-print.h
nvme.c