On Mon, Sep 23, 2013 at 5:02 AM, Richard Sharpe
<realrichardsha...@gmail.com> wrote:
> Hi folks,
>
> I am trying to figure out the reason for the latest hang in my SMB
> Direct driver for Linux.
>
> Should I be calling ib_post_{send,recv} from completion queue
> callbacks or should I be doing it from a different context, like a
> work queue?

Just to clarify, calling ib_post_recv from a CM callback seems fine.

My problem has been with calling ib_post_send from within the callback
resulting from the completion of a RECV.

Is that appropriate to do?

-- 
Regards,
Richard Sharpe
(何以解憂?唯有杜康。--曹操)
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to