aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2019-11-15 11:45:14 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2019-11-15 11:45:14 +0000
commitae9a8ec99f2fdf57299d2a8dd559c563e4263738 (patch)
tree38d7b9389210e8279325a4f7374acd6ca5d23cad /sys/ofed
parent9744f55686cc30adbda16da5b1d9dd769ae19872 (diff)
downloadsrc-ae9a8ec99f2fdf57299d2a8dd559c563e4263738.tar.gz
src-ae9a8ec99f2fdf57299d2a8dd559c563e4263738.zip
Correct MR length field to be 64-bit in ibcore.
Linux commit: edd31551148c09608feee6b8756ad148d550ee3b MFC after: 1 week Sponsored by: Mellanox Technologies
Notes
Notes: svn path=/head/; revision=354727
Diffstat (limited to 'sys/ofed')
-rw-r--r--sys/ofed/include/rdma/ib_verbs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ofed/include/rdma/ib_verbs.h b/sys/ofed/include/rdma/ib_verbs.h
index e7b99c3a8a60..fcf791e9175b 100644
--- a/sys/ofed/include/rdma/ib_verbs.h
+++ b/sys/ofed/include/rdma/ib_verbs.h
@@ -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 {