]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
print: Add missing fid to string
authorSteven Seungcheol Lee <sc108.lee@samsung.com>
Sat, 7 Dec 2024 05:09:04 +0000 (14:09 +0900)
committerDaniel Wagner <wagi@monom.org>
Tue, 10 Dec 2024 07:32:29 +0000 (08:32 +0100)
NVME_FEAT_FID_CTRL_DATA_QUEUE : Controller Data Queue

Signed-off-by: Steven Seungcheol Lee <sc108.lee@samsung.com>
nvme-print.c

index d1850e0d49d1d9e5dabd4fd06c9fdc917a0ca637..38d997d7631e9140320ca613a1a522e1ac0efeca 100644 (file)
@@ -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