]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rsocket: Use configuration files to specify default settings
authorSean Hefty <sean.hefty@intel.com>
Tue, 5 Jun 2012 22:28:18 +0000 (15:28 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 6 Jun 2012 00:05:55 +0000 (17:05 -0700)
commit0db74a43ee1496376bb38e37fb46b144589322be
treeb81754028658b7a877798e12b2fd67dd9d2ae0be
parent2625a8a7f37fe6126242b7728bf18b25a5b6ee12
rsocket: Use configuration files to specify default settings

Give an administrator control over the default settings
used by rsockets.  Use files under rdma/rsocket as shown:

mem_default - default size of receive buffer
wmem_default - default size of send buffer
sqsize_default - default size of send queue
rqsize_default - default size of receive queue
inline_default - default size of inline data

If configuration files are not available, rsockets will continue to
use internal defaults.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>