]> git.openfabrics.org - ~shefty/libmlx4.git/commit
Handle IBV_SEND_INLINE for send work requests
authorRoland Dreier <rolandd@cisco.com>
Sat, 21 Apr 2007 05:14:14 +0000 (22:14 -0700)
committerRoland Dreier <rolandd@cisco.com>
Sat, 21 Apr 2007 05:20:16 +0000 (22:20 -0700)
commitf89e3921653950229b1da397881fe69a1d6af42b
tree30128b11dc9e46722ebc5e4fe1a2980fe0af952c
parentad85b50e66c1a4e03e871d93a20a281559f59b7c
Handle IBV_SEND_INLINE for send work requests

If IBV_SEND_INLINE is set for a send work request, copy the data to be
sent into an inline segment in the WQE.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
src/qp.c