]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
rdma/cm: Set qkey for AF_IB
authorSean Hefty <sean.hefty@intel.com>
Tue, 22 Jan 2013 00:10:43 +0000 (16:10 -0800)
committerSean Hefty <sean.hefty@intel.com>
Tue, 28 May 2013 21:38:40 +0000 (14:38 -0700)
commit007ea678ed6dff9c52faa1a95eff90bb58ac805f
treee6e13b94f9d38b2192871758eb97dcb12f6f7104
parentbf42eda08798bf2bb05cd9af5d5619891fe4f5de
rdma/cm: Set qkey for AF_IB

Allow the user to specify the qkey when using AF_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 AF_IB.

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/uapi/rdma/rdma_user_cm.h