Skip to content

Commit ebbf498

Browse files
mh2022-metaigaw
authored andcommitted
Fixed latency_monitor_feature_enable to be 01h as per OCP spec v2.0
1 parent 752d8c9 commit ebbf498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/ocp/ocp-nvme.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ int ocp_set_latency_monitor_feature(int argc, char **argv, struct command *cmd,
341341
.active_latency_minimum_window = 0xA,
342342
.debug_log_trigger_enable = 0,
343343
.discard_debug_log = 0,
344-
.latency_monitor_feature_enable = 0x7,
344+
.latency_monitor_feature_enable = 0x1,
345345
};
346346

347347
OPT_ARGS(opts) = {

0 commit comments

Comments
 (0)