]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
rdma/cm: set qkey for port space IB
authorSean Hefty <sean.hefty@intel.com>
Wed, 7 Apr 2010 00:22:12 +0000 (17:22 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 13 May 2010 01:05:26 +0000 (18:05 -0700)
commit04459983f9437fd73087b70a8c4d176ff9da744b
treea8c150d03dcbac61f2df335b55a6c0a0bb15522b
parent38210187a47c8ff74392afdc5a792442309ebfe8
rdma/cm: set qkey for port space IB

Allow the user to specify the qkey when using port space IB.  The
qkey is added to struct rdma_ucm_conn_param in place of a reserved
field, but for backwards compatability, is only accessed if the
associated rdma_cm_id is using the IB port space.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
drivers/infiniband/core/cma.c
drivers/infiniband/core/ucma.c
include/rdma/rdma_cm.h
include/rdma/rdma_user_cm.h