ikegami-t / nvme-cli

NVMe management command line interface.
http://nvmexpress.org
GNU General Public License v2.0
0 stars 1 forks source link

nvme: fix to print get feature select supported capabilities #13

Open ikegami-t opened 1 month ago

ikegami-t commented 1 month ago
  1. get-feature command (No problem)
  2. ocp get-error-injection command
  3. Fix commands to output only supported capabilities if select specified
  4. use NVME_GET_FEATURES_SEL_SUPPORTED (Fixed)
  5. use NVME_GET_FEATURES_SEL_CURRENT/DEFAULT/SAVED: 5938900
  6. ocp eol-plp-failure-mode command
  7. add NVME_CHECK() definition: libnvme/b310cd6
  8. use NVME_CHECK(): a5fbe3d
ikegami-t commented 1 month ago
  1. use NVME_GET_FEATURES_SEL_SUPPORTED b1ed549