linux-nvme / nvme-cli

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

plugins/ocp: undeflow + index fixes for telemetry #2372

Closed bpaupore-wdc closed 3 weeks ago

bpaupore-wdc commented 3 weeks ago

Printing the GUID was crashing due to the unsigned int never becoming less than 0, and fixing that triggered a warning about an incorrect max index when printing Event FIFO data.

igaw commented 3 weeks ago

Thanks!