[PATCH] opensm/osm_dump.c: Fix FDR10 speed dumping

2011-09-28 Thread Hal Rosenstock
In dump_topology_node, FDR10 can be active regardless of whether PortInfo:CapabilityMask.IsExtendedSpeeds is set or not Prior to this, FDR10 was only indicated if IsExtendedSpeeds was not set Signed-off-by: Hal Rosenstock h...@mellanox.com --- diff --git a/opensm/osm_dump.c b/opensm/osm_dump.c

Re: [PATCH 2/4] [for-3.2] rdma/cm: Check for NULL conn_param in rdma_accept

2011-09-28 Thread Roland Dreier
@@ -2612,14 +2612,16 @@ static int cma_connect_iw(struct rdma_id_private *id_priv,        if (ret)                goto out; -       iw_param.ord = conn_param-initiator_depth; -       iw_param.ird = conn_param-responder_resources; -       iw_param.private_data = conn_param-private_data; -

Re: [PATCH] IB/qib: Correct nfreectxts for multiple HCAs

2011-09-28 Thread Roland Dreier
thanks, applied -- 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

RE: [ANNOUNCE] OFED-1.5.4-rc1 is available

2011-09-28 Thread Davis, Arlin R
I don't see FDR support in the changelog. Did FDR make it into RC1 kernel? -- 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

IBV_WC_LOC_QP_OP_ERR for IBV_WR_RDMA_READ

2011-09-28 Thread David . Wein
I'm going a little crazy here. I am getting IBV_WC_LOC_QP_OP_ERR when trying to do an IBV_WR_RDMA_READ. My IBV_WR_RDMA_WRITE operations succeed, no problems. The read and write cases go down an identical code path, the only difference is the OP code. I feel like it has to be something