]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rsocket: Check max inline data after creating QP
authorSean Hefty <sean.hefty@intel.com>
Thu, 17 Apr 2014 04:42:06 +0000 (21:42 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 17 Apr 2014 04:42:06 +0000 (21:42 -0700)
commit8347a54e8d345d0a499b6582d67e44043e886a82
tree589161ae78e6cb97402984e81f5f917493d82619
parent23ffef06cf462c4c5ac4ec5880b96c8719b64774
rsocket: Check max inline data after creating QP

The ipath provider will ignore the max_inline_size
specified as input into ibv_create_qp and instead
return the size that it supports (which is 0) on
output.

Update the actual inline size returned from create QP,
and check that it meets the minimum requirement for
rsockets.

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