]> git.pld-linux.org Git - packages/dapl.git/blame - dapl-ibacm.patch
- updated to 2.1.10
[packages/dapl.git] / dapl-ibacm.patch
CommitLineData
d8642779
JB
1--- dapl-2.1.5/dapl/openib_cma/dapl_ib_util.h.orig 2015-05-26 19:23:12.000000000 +0200
2+++ dapl-2.1.5/dapl/openib_cma/dapl_ib_util.h 2015-06-16 20:44:38.922577552 +0200
3@@ -107,6 +107,7 @@
4 struct ibv_context *ib_ctx;
5 struct ibv_device *ib_dev;
6 /* dapls_modify_qp_state */
7+ uint16_t lid;
8 ib_cm_attr_t ib_cm; /* dev attr for QP and CM */
9 uint64_t guid;
10 char guid_str[32];
11--- dapl-2.1.5/dapl/openib_common/qp.c.orig 2015-05-26 19:23:15.000000000 +0200
12+++ dapl-2.1.5/dapl/openib_common/qp.c 2015-06-16 20:03:11.882681921 +0200
13@@ -575,7 +575,7 @@
14 {
15 struct rdma_addrinfo hint, *res;
16 struct ibv_path_record path;
17- uint8_t sl = hca_ptr->ib_trans.sl;
18+ uint8_t sl = hca_ptr->ib_trans.ib_cm.sl;
19 int ret;
20
21 memset(&path, 0, sizeof path);
This page took 0.052529 seconds and 4 git commands to generate.