Hello everybody,<br>
I have a query regarding cq poll concept.<br>
Consider the following situation:<br>
<br>
Consumer has posted 2 SEND operations after that it posted 1 RDMA_READ
operation and againg 1 SEND operation ( Not posted with Barrier Fence,
Is it expected from consumer that it can post without Barrier Fence
after RDMA READ? ), now while polling in what order completions should
be returned by verbs?<br>
<br>
Is it expected by consumer that completions will be polled in posting order or they can come out of order?<br>
Polling order 2 SEND_COMP, 1 RDMA_READ_COMP, 1 SEND_COMP<br>
 OR <br>
Polling order 3 SEND_COMP, 1 RDMA_READ_COMP <br>
<br>
which is expected?<br>