Skip to content

Commit

Permalink
Assign port_index of CXL_IDE_QUERY_RSP with the port_index of QUERY r…
Browse files Browse the repository at this point in the history
…equest
  • Loading branch information
tzeyeeng committed Oct 9, 2024
1 parent f0bffc2 commit 1d87bdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/cxl_ide_km_responder_lib/cxl_ide_km_rsp_query.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ libspdm_return_t cxl_ide_km_get_response_query (const void *pci_doe_context,

libspdm_zero_mem (response, *response_size);
ide_km_response->header.object_id = CXL_IDE_KM_OBJECT_ID_QUERY_RESP;
ide_km_response->port_index = ide_km_request->port_index;

status = cxl_ide_km_device_query (pci_doe_context, spdm_context, session_id,
ide_km_request->port_index,
Expand Down

0 comments on commit 1d87bdd

Please sign in to comment.