]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rsocket: Merge usage of wr_id between stream and datagram svcs
authorSean Hefty <sean.hefty@intel.com>
Fri, 12 Apr 2013 21:41:52 +0000 (14:41 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 12 Apr 2013 21:41:52 +0000 (14:41 -0700)
commit3b45230584e39b34e0689e53345f3039965da6c5
tree157cf14d11c66c9ae4bd1edb757f7931443e5d16
parente57928b701ded6c5417b5ac0c153a239bf947612
rsocket: Merge usage of wr_id between stream and datagram svcs

The rsocket data streaming and datagram services use different
formats for the wr_id.  Although some differences are needed,
we can make them more similar.  This will be useful when the
wr_id is used for iwarp support, plus eliminates use of wr_id
bits that aren't actually needed.

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