> Point 2 is correct though? ibv_req_notify_cq() should be called before > ibv_poll_cq()?
To be technical, I would state is as you need to poll after calling notify. For example, the sequence poll - notify - poll is okay. - Sean -- 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
