Skip to content

Commit

Permalink
prov/efa: Fix efa_rdm_atomrsp_hdr header size assert
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Sunku <sunkusa@amazon.com>
  • Loading branch information
sunkuamzn committed Jan 26, 2024
1 parent cd11503 commit e0bd4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prov/efa/src/rdm/efa_rdm_protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ struct efa_rdm_readrsp_hdr {
uint64_t seg_length;
};

EFA_RDM_ENSURE_HEADER_SIZE(efa_rdm_ctsdata_hdr, sizeof (struct efa_rdm_ctsdata_hdr));
EFA_RDM_ENSURE_HEADER_SIZE(efa_rdm_readrsp_hdr, 24);

struct efa_rdm_readrsp_pkt {
struct efa_rdm_readrsp_hdr hdr;
Expand Down

0 comments on commit e0bd4af

Please sign in to comment.