]> 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>
Thu, 24 May 2012 21:31:12 +0000 (14:31 -0700)
commit6d00089cd2d406755e30f9eb65dd2fb0cb2f5155
treeea39c1575dbd9b6e9ba0aa37cb522ab1e588ebd9
parent3f0e7d506bf071c541f5153aa24824fdb91b7149
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>