Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/mctp-client.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ static struct type_lookup_t {
.description =
"secured messages using spdm over mctp per DSP0276",
},
{
.name = "cxl-cci",
.type = 8,
.description =
"CXL type 3 device component command interface over mctp per DSP0281",
},
{
.name = "pci",
.type = 0x7e,
Expand Down
Loading