]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
Fixed latency_monitor_feature_enable to be 01h as per OCP spec v2.0
authormh2022-meta <141178202+mh2022-meta@users.noreply.github.com>
Wed, 17 Jul 2024 02:08:34 +0000 (19:08 -0700)
committerDaniel Wagner <wagi@monom.org>
Fri, 20 Dec 2024 11:18:25 +0000 (12:18 +0100)
plugins/ocp/ocp-nvme.c

index 360d53268aee634c9d283289c0707fecd1752ec4..20916209486ba62599f11c29d1f03a85355edea4 100644 (file)
@@ -341,7 +341,7 @@ int ocp_set_latency_monitor_feature(int argc, char **argv, struct command *cmd,
                .active_latency_minimum_window = 0xA,
                .debug_log_trigger_enable = 0,
                .discard_debug_log = 0,
-               .latency_monitor_feature_enable = 0x7,
+               .latency_monitor_feature_enable = 0x1,
        };
 
        OPT_ARGS(opts) = {