Hal Rosenstock wrote: > Why key off bit in wc.wr_id rather than use wc.opcode to determine where > the completed operation was a receive or transmit ? The opcode isn't set if status != success. > Also, when wc.status != success, wr_id cannot be trusted but is still The wr_id is always valid, regardless of the status. - Sean