]> 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>
Wed, 30 Apr 2014 03:12:22 +0000 (20:12 -0700)
commitd62a52590741da993c5ac3c39c82601c273175d9
treeefcbaa1f674e8166f36fe2274c9c14e195a30159
parent8ce5823e02b6a38fd5ed7e11a1bb586847dbcb03
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/rsocket.c