]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rsockets: Reduce QP size if larger than hardware maximums
authorSean Hefty <sean.hefty@intel.com>
Sat, 19 May 2012 00:07:11 +0000 (17:07 -0700)
committerSean Hefty <sean.hefty@intel.com>
Sat, 19 May 2012 00:07:11 +0000 (17:07 -0700)
commitadee5db68a8f004ef5a94dc0cad94b74bf685088
tree716b79e70dbab52362acd7d5f3617b47129f7001
parent90b96504395c3e9f4652f4b46d63be3dea3689fe
rsockets: Reduce QP size if larger than hardware maximums

When porting rsockets to iwarp, it was discovered that the default
QP size (512) was larger than that supported by the hardware.
Decrease the size of the QP if the default size is larger than
the maximum supported by the hardware.

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