]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: UUIDs for Vendor-Specific Information
authorRevanth Rajashekar <revanth.rajashekar@intel.com>
Wed, 14 Aug 2019 18:51:00 +0000 (12:51 -0600)
committerRevanth Rajashekar <revanth.rajashekar@intel.com>
Wed, 14 Aug 2019 18:51:00 +0000 (12:51 -0600)
commit4ef5a032d50c35c5b0e0a45fbab0d6f4a008a20d
tree0f6460bdb03ac921b3131818a2e3a6e3b05fdcbf
parente68f3f8b38419a76d6129f1154af5a3af9a01a79
nvme: UUIDs for Vendor-Specific Information

1. Add 'id-uuid' command to show the available UUID list
2. Update the get-log, get-feature, and set-feature commands
   to include a uuid-index parameter
a. If set, the index will be passed as part of DW14 to
   the controller
3. Update show_nvme_id_ctrl_ctratt() to show bit 9 of the CTRATT
   (UUID List Supported)
4. Update show_effects_log_human() to show the UUID selection bit
   of the effects log

Signed-off-by: Revanth Rajashekar <revanth.rajashekar@intel.com>
linux/nvme.h
nvme-builtin.h
nvme-ioctl.c
nvme-ioctl.h
nvme-print.c
nvme-print.h
nvme.c