]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rsocket: Add support for iWarp
authorSean Hefty <sean.hefty@intel.com>
Thu, 11 Apr 2013 17:05:29 +0000 (10:05 -0700)
committerSean Hefty <sean.hefty@intel.com>
Sat, 13 Apr 2013 14:49:39 +0000 (07:49 -0700)
commitfaae8c5db396985a40dc56ad6f82f89a16b8e9f1
treede87f5a87dd536025f4ce22a3bad2600d4350081
parent0d6ca1300d88377ae7f9162457e64c541a4630eb
rsocket: Add support for iWarp

iWarp does not support RDMA writes with immediate data.
Instead of sending messages using immediate data, allow
the rsocket protocol to exchange messages using sends.

The rsocket protocol remains the same.  RDMA writes are
used for data transfers, with send messages used to transfer
rsocket protocol messages.

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