Skip to content

Commit 9ffaced

Browse files
lgdacunhigaw
authored andcommitted
nvme-print: Added "Command and Feature Lockdown" string to LID 0x14
NVMe Spec 2.0 added LID 0x14. Signed-off-by: Leonardo da Cunha <leonardo.da.cunha@solidigm.com>
1 parent 0b15eb0 commit 9ffaced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nvme-print.c

+1
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ const char *nvme_log_to_string(__u8 lid)
712712
case NVME_LOG_LID_ENDURANCE_GRP_EVT: return "Endurance Group Event Aggregate";
713713
case NVME_LOG_LID_FID_SUPPORTED_EFFECTS: return "Feature Identifiers Supported and Effects";
714714
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";
715716
case NVME_LOG_LID_BOOT_PARTITION: return "Boot Partition";
716717
case NVME_LOG_LID_FDP_CONFIGS: return "FDP Configurations";
717718
case NVME_LOG_LID_FDP_RUH_USAGE: return "Reclaim Unit Handle Usage";

0 commit comments

Comments
 (0)