]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
types.h: Key Value Command Set Identifier added (NVME_CSI_KV)
authorSteven Seungcheol Lee <sc108.lee@samsung.com>
Tue, 8 Mar 2022 06:28:30 +0000 (15:28 +0900)
committerSteven Seungcheol Lee <sc108.lee@samsung.com>
Tue, 8 Mar 2022 06:28:30 +0000 (15:28 +0900)
Signed-off-by: Steven Seungcheol Lee <sc108.lee@samsung.com>
src/nvme/types.h

index 8fb7e9ef6e23d357a74a911e8298870ab76dfa0e..daea8320b90c13fc52a54e0dd938ec3bdfbb895e 100644 (file)
@@ -125,10 +125,12 @@ enum nvme_constants {
 /**
  * enum nvme_csi - Defined command set indicators
  * @NVME_CSI_NVM:      NVM Command Set Indicator
+ * @NVME_CSI_KV:       Key Value Command Set
  * @NVME_CSI_ZNS:      Zoned Namespace Command Set
  */
 enum nvme_csi {
        NVME_CSI_NVM                    = 0,
+       NVME_CSI_KV                     = 1,
        NVME_CSI_ZNS                    = 2,
 };