Skip to content

Commit

Permalink
Merge pull request #1464 from tatyana-en/irdma-fixes
Browse files Browse the repository at this point in the history
Irdma fixes
  • Loading branch information
rleon authored May 30, 2024
2 parents 15b0142 + 7f2d095 commit aa4e3a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions providers/irdma/uk.c
Original file line number Diff line number Diff line change
Expand Up @@ -1213,10 +1213,6 @@ int irdma_uk_cq_poll_cmpl(struct irdma_cq_uk *cq,

info->bytes_xfered = (__u32)FIELD_GET(IRDMACQ_PAYLDLEN, qword0);

if (info->imm_valid)
info->op_type = IRDMA_OP_TYPE_REC_IMM;
else
info->op_type = IRDMA_OP_TYPE_REC;
if (qword3 & IRDMACQ_STAG) {
info->stag_invalid_set = true;
info->inv_stag = (__u32)FIELD_GET(IRDMACQ_INVSTAG, qword2);
Expand Down
1 change: 1 addition & 0 deletions providers/irdma/uverbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ static struct ibv_cq_ex *ucreate_cq(struct ibv_context *context,
ret = ibv_cmd_create_cq_ex(context, attr_ex, &iwucq->verbs_cq,
&cmd.ibv_cmd, sizeof(cmd), &resp.ibv_resp,
sizeof(resp), 0);
attr_ex->cqe = ncqe;
if (ret) {
errno = ret;
goto err_dereg_shadow;
Expand Down

0 comments on commit aa4e3a8

Please sign in to comment.