Skip to content

Commit d8d9542

Browse files
francispravin5igaw
authored andcommitted
types: Update nvm-id-ns fields based on NVM Command Set Spec 1.1
Add KPIOCAP and WZDSL fields of I/O Command Set Specific Identify Controller Data Structure in NVM Command Set Specification 1.1. Signed-off-by: Francis Pravin <francis.p@samsung.com>
1 parent 609604d commit d8d9542

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/nvme/types.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3140,7 +3140,8 @@ enum nvme_id_ctrl_nvm_lbamqf {
31403140
* @dmrl: Dataset Management Ranges Limit
31413141
* @dmrsl: Dataset Management Range Size Limit
31423142
* @dmsl: Dataset Management Size Limit
3143-
* @rsvd16: Reserved
3143+
* @kpiocap: Key Per I/O Capabilities
3144+
* @wzdsl: Write Zeroes With Deallocate Size Limit
31443145
* @aocs: Admin Optional Command Support
31453146
* @ver: Version
31463147
* @lbamqf: LBA Migration Queue Format
@@ -3153,7 +3154,8 @@ struct nvme_id_ctrl_nvm {
31533154
__u8 dmrl;
31543155
__le32 dmrsl;
31553156
__le64 dmsl;
3156-
__u8 rsvd16[2];
3157+
__u8 kpiocap;
3158+
__u8 wzdsl;
31573159
__le16 aocs;
31583160
__le32 ver;
31593161
__u8 lbamqf;

0 commit comments

Comments
 (0)