]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rsockets: Change the default QP size from 512 to 384
authorSean Hefty <sean.hefty@intel.com>
Thu, 24 May 2012 21:31:12 +0000 (14:31 -0700)
committerSean Hefty <sean.hefty@intel.com>
Mon, 28 May 2012 08:35:11 +0000 (01:35 -0700)
commit32da39f04ff1a232baf630874734637fed38deb4
tree042858a8e1a3b72db46c34a66204e8df2975744c
parentf44db4e0cb7c822c7b9886882d6f502d183d9392
rsockets: Change the default QP size from 512 to 384

Simple bandwidth tests using rstream showed no difference in
performance between using a QP sized to 384 entries versus 512.
Reduce the overhead of a default rsocket by using 384 entries.
A user can request a larger size by calling rsetsockopt.

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