Skip to content

Commit 01341ca

Browse files
authored
Merge pull request #1650 from dstaay-fb/fix-byte-count-type
mlx5: Fix byte_count type in umr_sg_list_create
2 parents 754e098 + e23cb0a commit 01341ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

providers/mlx5/qp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2106,7 +2106,7 @@ static int umr_sg_list_create(struct mlx5_qp *qp,
21062106
uint64_t *reglen)
21072107
{
21082108
struct mlx5_wqe_data_seg *dseg;
2109-
int byte_count = 0;
2109+
uint64_t byte_count = 0;
21102110
int i;
21112111
size_t tmp;
21122112

0 commit comments

Comments
 (0)