]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rsockets: Define options specific to rsockets
authorSean Hefty <sean.hefty@intel.com>
Fri, 18 May 2012 23:36:07 +0000 (16:36 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 18 May 2012 23:36:07 +0000 (16:36 -0700)
commit9b8dce35b0240c42e8425e389d65635e1a5a4f52
tree6bbc2f526b97dfafc16e7ec34dc8e4e1ce587f40
parent90b96504395c3e9f4652f4b46d63be3dea3689fe
rsockets: Define options specific to rsockets

Allow a user to control some of the RDMA related attributes
of an rsocket through setsockopt/getsockopt.  A user specifies
that the rsocket should be modified through SOL_RDMA level.

This patch provides the initial framework.  Subsequent patches
will add the configurable parameters.

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