]> git.openfabrics.org - ~shefty/librdmacm.git/commit
librdmacm: Specify QP type separately from port space
authorSean Hefty <sean.hefty@intel.com>
Tue, 14 Jun 2011 17:06:17 +0000 (10:06 -0700)
committerSean Hefty <sean.hefty@intel.com>
Tue, 23 Aug 2011 18:14:05 +0000 (11:14 -0700)
commit2487fb1e98bfa8cd868f0230f6bcede8783e6035
treeb230dcd1b2d92d2414ff53144d7a73e3d7c56e7f
parent86f9cba229f9bf967956b1fa7fa7581c79bde009
librdmacm: Specify QP type separately from port space

We need to know the QP type separately from the port space.  In
order to support XRC, UC, and other QP types, we use RDMA_PS_IB,
which no longer provides a 1:1 mapping between the port space
and QP type.

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