Skip to content

Commit 5f0eb7f

Browse files
francispravin5igaw
authored andcommitted
types: Added enum for SMVES event of PEL log
Added enum for Sanitize Media Verification Event Support (SMVES) field in Persistent Event Log. Signed-off-by: Francis Pravin <[email protected]>
1 parent ee2dd1b commit 5f0eb7f

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
@@ -4039,6 +4039,7 @@ struct nvme_persistent_event_entry {
40394039
* @NVME_PEL_SET_FEATURE_EVENT: Set Feature Event
40404040
* @NVME_PEL_TELEMETRY_CRT: Telemetry Log Create Event
40414041
* @NVME_PEL_THERMAL_EXCURSION_EVENT: Thermal Excursion Event
4042+
* @NVME_PEL_SANITIZE_MEDIA_VERIF_EVENT:Sanitize Media Verification Event
40424043
* @NVME_PEL_VENDOR_SPECIFIC_EVENT: Vendor Specific Event
40434044
* @NVME_PEL_TCG_DEFINED_EVENT: TCG Defined Event
40444045
*/
@@ -4056,6 +4057,7 @@ enum nvme_persistent_event_types {
40564057
NVME_PEL_SET_FEATURE_EVENT = 0x0b,
40574058
NVME_PEL_TELEMETRY_CRT = 0x0c,
40584059
NVME_PEL_THERMAL_EXCURSION_EVENT = 0x0d,
4060+
NVME_PEL_SANITIZE_MEDIA_VERIF_EVENT = 0x0e,
40594061
NVME_PEL_VENDOR_SPECIFIC_EVENT = 0xde,
40604062
NVME_PEL_TCG_DEFINED_EVENT = 0xdf,
40614063
};

0 commit comments

Comments
 (0)