]> 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, 28 May 2012 08:26:59 +0000 (01:26 -0700)
commit7d55c2586721ac9cd745495d689f3bb3c42f1cb5
tree918eb94303796cba3dd40c4a754a411eb19992a9
parent9fe16d42109fffc021dce5a12e072815d7487b96
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