aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma
diff options
context:
space:
mode:
authorSean Hefty <sean.hefty@intel.com>2006-11-30 19:30:47 -0500
committerRoland Dreier <rolandd@cisco.com>2006-12-12 14:50:21 -0500
commit9b2e9c0c241e532d923fff23d9a7c0bd31bd96b1 (patch)
tree50edc4dbe3058276b977020ccf202dc676f27779 /include/rdma
parent0a1336c8c93530b93c8ecd8c9882f5e528673cab (diff)
RDMA/cma: Remove unneeded qp_type parameter from rdma_cm
The qp_type parameter into the rdma_cm is unneeded, and can be misleading. The QP type should be determined from the port space. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'include/rdma')
-rw-r--r--include/rdma/rdma_cm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rdma/rdma_cm.h b/include/rdma/rdma_cm.h
index deb5a0a4cee5..4c07f9699d06 100644
--- a/include/rdma/rdma_cm.h
+++ b/include/rdma/rdma_cm.h
@@ -215,7 +215,6 @@ struct rdma_conn_param {
215 /* Fields below ignored if a QP is created on the rdma_cm_id. */ 215 /* Fields below ignored if a QP is created on the rdma_cm_id. */
216 u8 srq; 216 u8 srq;
217 u32 qp_num; 217 u32 qp_num;
218 enum ib_qp_type qp_type;
219}; 218};
220 219
221/** 220/**