Skip to content

Commit

Permalink
types: Update nvm-id-ns fields based on NVM Command Set Spec 1.1
Browse files Browse the repository at this point in the history
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>
francispravin5 authored and igaw committed Jan 20, 2025
1 parent 609604d commit d8d9542
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/nvme/types.h
Original file line number Diff line number Diff line change
@@ -3140,7 +3140,8 @@ enum nvme_id_ctrl_nvm_lbamqf {
* @dmrl: Dataset Management Ranges Limit
* @dmrsl: Dataset Management Range Size Limit
* @dmsl: Dataset Management Size Limit
* @rsvd16: Reserved
* @kpiocap: Key Per I/O Capabilities
* @wzdsl: Write Zeroes With Deallocate Size Limit
* @aocs: Admin Optional Command Support
* @ver: Version
* @lbamqf: LBA Migration Queue Format
@@ -3153,7 +3154,8 @@ struct nvme_id_ctrl_nvm {
__u8 dmrl;
__le32 dmrsl;
__le64 dmsl;
__u8 rsvd16[2];
__u8 kpiocap;
__u8 wzdsl;
__le16 aocs;
__le32 ver;
__u8 lbamqf;

0 comments on commit d8d9542

Please sign in to comment.