Skip to content

Commit c57e9d2

Browse files
francispravin5igaw
authored andcommitted
types: add HDISNS field of Host Behavior Support feature
Add the Host Dispersed Namespace Support (HDISNS) field of Host Behavior Support feature. NVM Express Base Specification 2.1 Signed-off-by: Francis Pravin <francis.p@samsung.com>
1 parent 26a6cb9 commit c57e9d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/nvme/types.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6126,15 +6126,15 @@ struct nvme_plm_config {
61266126
* @acre: Advanced Command Retry Enable
61276127
* @etdas: Extended Telemetry Data Area 4 Supported
61286128
* @lbafee: LBA Format Extension Enable
6129-
* @rsvd3: Reserved
6130-
* @cdfe: Copy Descriptor Formats Enable
6129+
* @hdisns: Host Dispersed Namespace Support
6130+
* @cdfe: Copy Descriptor Formats Enable
61316131
* @rsvd6: Reserved
61326132
*/
61336133
struct nvme_feat_host_behavior {
61346134
__u8 acre;
61356135
__u8 etdas;
61366136
__u8 lbafee;
6137-
__u8 rsvd3;
6137+
__u8 hdisns;
61386138
__le16 cdfe;
61396139
__u8 rsvd6[506];
61406140
};

0 commit comments

Comments
 (0)