Signed-off-by: Hal Rosenstock <h...@mellanox.com>
---
 src/acm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/acm.c b/src/acm.c
index b35c986..83c6b70 100644
--- a/src/acm.c
+++ b/src/acm.c
@@ -1496,7 +1496,7 @@ static void acm_init_join(struct ib_sa_mad *mad, union 
ibv_gid *port_gid,
        mc_rec = (struct ib_mc_member_rec *) mad->data;
        acm_format_mgid(&mc_rec->mgid, pkey | 0x8000, tos, rate, mtu);
        mc_rec->port_gid = *port_gid;
-       mc_rec->qkey = ACM_QKEY;
+       mc_rec->qkey = htonl(ACM_QKEY);
        mc_rec->mtu = 0x80 | mtu;
        mc_rec->tclass = tclass;
        mc_rec->pkey = htons(pkey);
-- 
1.7.8.2

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to