Skip to content

Commit c4bb99a

Browse files
ikegami-tigaw
authored andcommitted
types: add SLM and CP command set indicator values
The values added in NVMe 2.1 specification. Signed-off-by: Tokunori Ikegami <[email protected]>
1 parent 5d8cc1b commit c4bb99a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/nvme/types.h

+4
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,15 @@ enum nvme_constants {
151151
* @NVME_CSI_NVM: NVM Command Set Indicator
152152
* @NVME_CSI_KV: Key Value Command Set
153153
* @NVME_CSI_ZNS: Zoned Namespace Command Set
154+
* @NVME_CSI_SLM: Subsystem Local Memory Command Set
155+
* @NVME_CSI_CP: Computational Programs Command Set
154156
*/
155157
enum nvme_csi {
156158
NVME_CSI_NVM = 0,
157159
NVME_CSI_KV = 1,
158160
NVME_CSI_ZNS = 2,
161+
NVME_CSI_SLM = 3,
162+
NVME_CSI_CP = 4,
159163
};
160164

161165
/**

0 commit comments

Comments
 (0)