We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1fccc commit c07ccbeCopy full SHA for c07ccbe
nvme-print.c
@@ -901,6 +901,7 @@ const char *nvme_feature_to_string(enum nvme_features_id feature)
901
case NVME_FEAT_FID_WRITE_PROTECT: return "Namespace Write Protect";
902
case NVME_FEAT_FID_FDP: return "Flexible Direct Placement";
903
case NVME_FEAT_FID_FDP_EVENTS: return "Flexible Direct Placement Events";
904
+ case NVME_FEAT_FID_CTRL_DATA_QUEUE: return "Controller Data Queue";
905
}
906
/*
907
* We don't use the "default:" statement to let the compiler warning if
0 commit comments