linux-nvme / nvme-cli

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

ocp-nvme: remove ocp log page version checking #2527

Closed sc108-lee closed 1 month ago

sc108-lee commented 1 month ago

For supporting ocp 2.5 and legacy version if we want to check the log version, we need to get DSSD(OCP) Spec version from ocp smart.

example) Latency Monitor (Log Identifier C3h) OCP 2.0 Log Page version : 0x1 OCP 2.5 Log Page version : 0x4

igaw commented 1 month ago

@arthurshau please have a look. Thanks.

igaw commented 1 month ago

Thanks!