summaryrefslogtreecommitdiff
path: root/include/rdma
diff options
context:
space:
mode:
authorSean Hefty <sean.hefty@intel.com>2006-12-01 00:30:47 (GMT)
committerRoland Dreier <rolandd@cisco.com>2006-12-12 19:50:21 (GMT)
commit9b2e9c0c241e532d923fff23d9a7c0bd31bd96b1 (patch)
tree50edc4dbe3058276b977020ccf202dc676f27779 /include/rdma
parent0a1336c8c93530b93c8ecd8c9882f5e528673cab (diff)
downloadlinux-fsl-qoriq-9b2e9c0c241e532d923fff23d9a7c0bd31bd96b1.tar.xz
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 deb5a0a..4c07f96 100644
--- a/include/rdma/rdma_cm.h
+++ b/include/rdma/rdma_cm.h
@@ -215,7 +215,6 @@ struct rdma_conn_param {
/* Fields below ignored if a QP is created on the rdma_cm_id. */
u8 srq;
u32 qp_num;
- enum ib_qp_type qp_type;
};
/**