Correct MR length field to be 64-bit in ibcore.
Linux commit: edd31551148c09608feee6b8756ad148d550ee3b MFC after: 1 week Sponsored by: Mellanox Technologies
This commit is contained in:
parent
9744f55686
commit
ae9a8ec99f
@ -736,7 +736,7 @@ static u32 krping_rdma_rkey(struct krping_cb *cb, u64 buf, int post_inv)
|
||||
post_inv,
|
||||
cb->reg_mr_wr.key,
|
||||
cb->reg_mr->page_size,
|
||||
cb->reg_mr->length,
|
||||
(unsigned)cb->reg_mr->length,
|
||||
(unsigned long long)cb->reg_mr->iova);
|
||||
|
||||
if (post_inv)
|
||||
|
@ -1559,7 +1559,7 @@ struct ib_mr {
|
||||
u32 lkey;
|
||||
u32 rkey;
|
||||
u64 iova;
|
||||
u32 length;
|
||||
u64 length;
|
||||
unsigned int page_size;
|
||||
bool need_inval;
|
||||
union {
|
||||
|
Loading…
Reference in New Issue
Block a user