]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rsocket: Relax requirement for minimal inline data
authorSean Hefty <sean.hefty@intel.com>
Thu, 17 Apr 2014 05:01:51 +0000 (22:01 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 30 Apr 2014 03:12:22 +0000 (20:12 -0700)
commit1291d9c7b52e829057458dad0e0ddd5aa9821a2a
treeed641761946bf49be187e237b92349aa8a4c29d0
parentdfb5886db5975d209be6b31656c95b0d9c608195
rsocket: Relax requirement for minimal inline data

Inline data support is optional.  Allow rsockets to work
with devices that do not support inline data, provided
that they do support RDMA writes with immediate data.
This allows rsockets to work over Intel TrueScale HCA.

Patch derived from work by: Amir Hanania

Signed-off-by: Amir Hanania <amir.hanania@intel.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
src/rsocket.c