From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hal Rosenstock Subject: [PATCH ibacm 5/8] acm.c: Make sure MGID has full member pkey bit on Date: Tue, 06 Aug 2013 07:45:31 -0400 Message-ID: <5200E1DB.30801@dev.mellanox.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Hefty, Sean" Cc: "linux-rdma (linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)" List-Id: linux-rdma@vger.kernel.org even when limited member of partition Signed-off-by: Hal Rosenstock --- src/acm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/acm.c b/src/acm.c index d68746b..146d6e8 100644 --- a/src/acm.c +++ b/src/acm.c @@ -1493,7 +1493,7 @@ static void acm_init_join(struct ib_sa_mad *mad, union ibv_gid *port_gid, IB_COMP_MASK_MC_SCOPE | IB_COMP_MASK_MC_JOIN_STATE; mc_rec = (struct ib_mc_member_rec *) mad->data; - acm_format_mgid(&mc_rec->mgid, pkey, tos, rate, mtu); + acm_format_mgid(&mc_rec->mgid, pkey | 0x8000, tos, rate, mtu); mc_rec->port_gid = *port_gid; mc_rec->qkey = ACM_QKEY; mc_rec->mtu = 0x80 | mtu; -- 1.7.8.2 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html