]> 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)
commit8ec2a102c0faa99cd71c4227dea9fc2ad3bf90c0
tree09ed451c6b5c30d2dbe0bbedc3379ef8034dc899
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.  Check that the max_inline_size returned
from ibv_create_qp is the size needed.