From: Haggai Eran Date: Thu, 30 Jul 2015 14:50:25 +0000 (+0300) Subject: IB/cma: Share ib_cm_ids between rdma_cm_ids X-Git-Tag: omap-for-v4.3/fixes-rc1~52^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51efe394bcab3a0c511634f7ae58bb88b1686983;p=pandora-kernel.git IB/cma: Share ib_cm_ids between rdma_cm_ids Use ib_cm_insert_listen to create listening IB CM IDs or share existing ones if needed. When given a request on a specific CM ID, the code now matches the request to the RDMA CM ID based on the request parameters, so it no longer needs to rely on the ib_cm's private data matching capabilities. Signed-off-by: Haggai Eran Signed-off-by: Doug Ledford --- Reading git-diff-tree failed