]> 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 23:51:24 +0000 (16:51 -0700)
commit950e3a6667196c14d0f9457d56e53e02d715581b
treee59c7d297d75ab32441e4182b0c9e524692ce2c2
parentac46465ae6061b06f005ba9b49b371c9eb0d2325
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