]> 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>
Sun, 27 May 2012 23:55:10 +0000 (16:55 -0700)
commit81e15fa8ac976f85a9cc0842564ad0edd5744311
treee8b85e7454d194547fc212995c9c15f2e4d82aa0
parent6ce6ef9fdf294352623f93d9c648487e5f36080b
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