Skip to content

Commit 3590788

Browse files
jeff-lien-sndkdwsuse
authored andcommitted
types: Add Host Initiated Data Gen Number to telemetry log struct
1 parent b0b1ca3 commit 3590788

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/nvme/types.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2944,6 +2944,9 @@ enum nvme_cmd_get_log_telemetry_host_lsp {
29442944
* @dalb4: Telemetry Controller-Initiated Data Area 4 Last Block is
29452945
* the value of the last block in this area.
29462946
* @rsvd20: Reserved
2947+
* @hostdgn: Telemetry Host-Initiated Data Generation Number is a
2948+
* value that is incremented each time the host initiates a
2949+
* capture of its internal controller state in the controller .
29472950
* @ctrlavail: Telemetry Controller-Initiated Data Available, if cleared,
29482951
* then the controller telemetry log does not contain saved
29492952
* internal controller state. If this field is set to 1h, the
@@ -2971,7 +2974,8 @@ struct nvme_telemetry_log {
29712974
__le16 dalb3;
29722975
__u8 rsvd14[2];
29732976
__le32 dalb4;
2974-
__u8 rsvd20[362];
2977+
__u8 rsvd20[361];
2978+
__u8 hostdgn;
29752979
__u8 ctrlavail;
29762980
__u8 ctrldgn;
29772981
__u8 rsnident[128];

0 commit comments

Comments
 (0)