]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
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)
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.  Check that the max_inline_size returned
from ibv_create_qp is the size needed.


No differences found