Skip to content

Commit bad8dda

Browse files
nitin-saoigaw
authored andcommitted
types: add new field added in TP4099
As per TP4090, a new field is added as MEM (MDTS and Size Limits Exclude Metadata) under nvme_id_ctrl_ctratt. Signed-off-by: Nitin Sao <[email protected]> Reviewed-by: Steven Seungcheol Lee <[email protected]> Reviewed-by: Mohit Kapoor <[email protected]>
1 parent f4c33a1 commit bad8dda

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
@@ -1570,6 +1570,7 @@ enum nvme_id_ctrl_oaes {
15701570
* @NVME_CTRL_CTRATT_DEL_ENDURANCE_GROUPS: Delete Endurance Groups supported
15711571
* @NVME_CTRL_CTRATT_DEL_NVM_SETS: Delete NVM Sets supported
15721572
* @NVME_CTRL_CTRATT_ELBAS: Extended LBA Formats supported
1573+
* @NVME_CTRL_CTRATT_MEM: MDTS and Size Limits Exclude Metadata supported
15731574
* @NVME_CTRL_CTRATT_FDPS: Flexible Data Placement supported
15741575
*/
15751576
enum nvme_id_ctrl_ctratt {
@@ -1589,6 +1590,7 @@ enum nvme_id_ctrl_ctratt {
15891590
NVME_CTRL_CTRATT_DEL_ENDURANCE_GROUPS = 1 << 13,
15901591
NVME_CTRL_CTRATT_DEL_NVM_SETS = 1 << 14,
15911592
NVME_CTRL_CTRATT_ELBAS = 1 << 15,
1593+
NVME_CTRL_CTRATT_MEM = 1 << 16,
15921594
NVME_CTRL_CTRATT_FDPS = 1 << 19,
15931595
};
15941596

0 commit comments

Comments
 (0)