On Wed, Jan 11, 2012 at 2:22 PM, Hefty, Sean <[email protected]> wrote: > The intent is for immediate data only to be provided on receive work > completions. The IBTA will clarify the spec on this. I'll submit patches > that remove setting the wc flag, which may help avoid this confusion some.
The unfortunate thing is that we never defined enum values like IBV_WC_RDMA_WRITE_WITH_IMM to go along with IBV_WR_RDMA_WRITE_WITH_IMM If there was a good reason for that, I've long since forgotten it. But in any case we don't have a good way to return the opcode in the completion queue entry for an RDMA write with immediate request, except the way we do it now. Perhaps the only way forward is with a documentation update? - R. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
