From: Steven Seungcheol Lee Date: Sat, 7 Dec 2024 05:09:04 +0000 (+0900) Subject: print: Add missing fid to string X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c07ccbe1ba07b7e6806d83fe72690a5857ecdfc7;p=users%2Fsagi%2Fnvme-cli.git print: Add missing fid to string NVME_FEAT_FID_CTRL_DATA_QUEUE : Controller Data Queue Signed-off-by: Steven Seungcheol Lee --- diff --git a/nvme-print.c b/nvme-print.c index d1850e0d..38d997d7 100644 --- a/nvme-print.c +++ b/nvme-print.c @@ -901,6 +901,7 @@ const char *nvme_feature_to_string(enum nvme_features_id feature) case NVME_FEAT_FID_WRITE_PROTECT: return "Namespace Write Protect"; case NVME_FEAT_FID_FDP: return "Flexible Direct Placement"; case NVME_FEAT_FID_FDP_EVENTS: return "Flexible Direct Placement Events"; + case NVME_FEAT_FID_CTRL_DATA_QUEUE: return "Controller Data Queue"; } /* * We don't use the "default:" statement to let the compiler warning if