diff options
author | John Kingman <kingman@storagegear.com> | 2005-09-09 18:23:32 -0700 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2005-09-09 18:23:32 -0700 |
commit | 354ba39cf96e439149541acf3c6c7c0df0a3ef25 (patch) | |
tree | 5c5ca0a98dd16f5c9120022ff21cdba02de48816 /include/rdma | |
parent | 63aaf647529e8a56bdf31fd8f2979d4371c6a332 (diff) |
[PATCH] IB CM: support CM redir
Changes to CM to support CM and port redirection (REJ reason 24).
Signed-off-by: John Kingman <kingman <at> storagegear.com>
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/ib_cm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rdma/ib_cm.h b/include/rdma/ib_cm.h index 77fe9039209b..5308683c8c41 100644 --- a/include/rdma/ib_cm.h +++ b/include/rdma/ib_cm.h @@ -290,6 +290,7 @@ struct ib_cm_id { enum ib_cm_lap_state lap_state; /* internal CM/debug use */ __be32 local_id; __be32 remote_id; + u32 remote_cm_qpn; /* 1 unless redirected */ }; /** |