From: Sean Hefty Date: Thu, 24 May 2012 21:31:12 +0000 (-0700) Subject: rsockets: Change the default QP size from 512 to 384 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=6d00089cd2d406755e30f9eb65dd2fb0cb2f5155;p=~shefty%2Flibrdmacm.git 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 ---