]> git.openfabrics.org - ~shefty/librdmacm.git/commit
librdmacm: specify qp_type when creating id
authorSean Hefty <sean.hefty@intel.com>
Thu, 6 May 2010 22:47:23 +0000 (15:47 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 6 May 2010 22:47:23 +0000 (15:47 -0700)
commiteca9b3681a3d9d36b5cc6d1d4edd6e32c56ae6ad
tree895c73169ab1f54b0fb3d1b6757326d20fe6d58c
parent72f4a87553b86425abd23183c9be4be2e6ce0ce7
librdmacm: specify qp_type when creating id

To support AF_IB / PS_IB, we need to specify the qp type when
creating the rdma_cm_id.  The kernel requires this in order
to select the correct type of operation to perform (e.g. SIDR
versus REQ).

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
include/rdma/rdma_cma_abi.h
src/cma.c