On 06/21/2005 12:50 PM, Roland Dreier wrote: > What happens if you try replacing the send_flags line with the one you > have commented out? > > + // send_wr.send_flags = IB_SEND_SIGNALED; Thanks, you are correct. IB_SEND_SIGNALED gives me the behavior I was expecting. Jeff