linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.45k stars 650 forks source link

nvme-print: add feature fields struct definition to print feild values #2438

Closed ikegami-t closed 3 weeks ago

ikegami-t commented 1 month ago

Add arbitration, power management, LBA range type and temperature threshold features definitions at first so still remained features.

igaw commented 3 weeks ago

The rest looks good. I just checked what we have in libnvme. Hopefully those definitions are correct :)

igaw commented 3 weeks ago

Thanks!