]> 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>
Mon, 21 May 2012 05:44:51 +0000 (22:44 -0700)
commit6cf5decea0887b832750814aeff793b10a9e5816
tree7292817ed24068611ad6cac825c4f26c8476920e
parent66410c265b2661e16b7f6126bcc4ea5c7e1af1bd
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