Skip to content

Commit

Permalink
Fixed latency_monitor_feature_enable to be 01h as per OCP spec v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mh2022-meta authored and igaw committed Dec 20, 2024
1 parent 752d8c9 commit ebbf498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ocp/ocp-nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) = {
Expand Down

0 comments on commit ebbf498

Please sign in to comment.