Skip to content

Commit 6a37435

Browse files
committed
types.h: Key Value Command Set Identifier added (NVME_CSI_KV)
Signed-off-by: Steven Seungcheol Lee <[email protected]>
1 parent aafa162 commit 6a37435

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/nvme/types.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,12 @@ enum nvme_constants {
125125
/**
126126
* enum nvme_csi - Defined command set indicators
127127
* @NVME_CSI_NVM: NVM Command Set Indicator
128+
* @NVME_CSI_KV: Key Value Command Set
128129
* @NVME_CSI_ZNS: Zoned Namespace Command Set
129130
*/
130131
enum nvme_csi {
131132
NVME_CSI_NVM = 0,
133+
NVME_CSI_KV = 1,
132134
NVME_CSI_ZNS = 2,
133135
};
134136

0 commit comments

Comments
 (0)