From ebbf4988678a994c0dacc90f94cee95857b0df8a Mon Sep 17 00:00:00 2001 From: mh2022-meta <141178202+mh2022-meta@users.noreply.github.com> Date: Tue, 16 Jul 2024 19:08:34 -0700 Subject: [PATCH] Fixed latency_monitor_feature_enable to be 01h as per OCP spec v2.0 --- plugins/ocp/ocp-nvme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ocp/ocp-nvme.c b/plugins/ocp/ocp-nvme.c index 360d53268a..2091620948 100644 --- a/plugins/ocp/ocp-nvme.c +++ b/plugins/ocp/ocp-nvme.c @@ -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) = {