]> 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)
commit742f75282720fc80c028108daba43b3680d72d52
tree46615b7edd3b4a8561c0e4419d89bdeb88db2e30
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.c
src/cma.h
src/rsocket.c