aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_user_cm.h
diff options
context:
space:
mode:
authorSean Hefty <sean.hefty@intel.com>2006-06-17 20:37:39 -0700
committerRoland Dreier <rolandd@cisco.com>2006-06-17 20:37:39 -0700
commit75af9088514432ef0c1052ba3767ceb0beb6f101 (patch)
tree92f312a058889beef2c85a18b9b7f231947c7590 /include/rdma/ib_user_cm.h
parentIB/srp: Factor out common request reset code (diff)
downloadlinux-dev-75af9088514432ef0c1052ba3767ceb0beb6f101.tar.xz
linux-dev-75af9088514432ef0c1052ba3767ceb0beb6f101.zip
IB/ucm: Get rid of duplicate P_Key parameter
The P_Key is provided into a SIDR REQ in two places, once as a parameter, and again in the path record. Remove the P_Key as a parameter and always use the one given in the path record. This change has no practical effect on ABI functionality. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'include/rdma/ib_user_cm.h')
-rw-r--r--include/rdma/ib_user_cm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rdma/ib_user_cm.h b/include/rdma/ib_user_cm.h
index a9e1b22d245c..066c20b7cdfb 100644
--- a/include/rdma/ib_user_cm.h
+++ b/include/rdma/ib_user_cm.h
@@ -200,7 +200,7 @@ struct ib_ucm_sidr_req {
__be64 sid;
__u64 data;
__u64 path;
- __u16 pkey;
+ __u16 reserved_pkey;
__u8 len;
__u8 max_cm_retries;
__u8 reserved[4];