We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b15eb0 commit 9ffacedCopy full SHA for 9ffaced
nvme-print.c
@@ -712,6 +712,7 @@ const char *nvme_log_to_string(__u8 lid)
712
case NVME_LOG_LID_ENDURANCE_GRP_EVT: return "Endurance Group Event Aggregate";
713
case NVME_LOG_LID_FID_SUPPORTED_EFFECTS: return "Feature Identifiers Supported and Effects";
714
case NVME_LOG_LID_MI_CMD_SUPPORTED_EFFECTS: return "NVMe-MI Commands Supported and Effects";
715
+ case NVME_LOG_LID_CMD_AND_FEAT_LOCKDOWN: return "Command and Feature Lockdown";
716
case NVME_LOG_LID_BOOT_PARTITION: return "Boot Partition";
717
case NVME_LOG_LID_FDP_CONFIGS: return "FDP Configurations";
718
case NVME_LOG_LID_FDP_RUH_USAGE: return "Reclaim Unit Handle Usage";
0 commit comments