Re: Can I call routines like ib_post_{send,recv} from completion queue callbacks?

2013-09-27 Thread Or Gerlitz
On Tue, Sep 24, 2013 at 6:13 AM, Richard Sharpe realrichardsha...@gmail.com wrote: On Mon, Sep 23, 2013 at 10:55 AM, Richard Sharpe wrote: On Mon, Sep 23, 2013 at 5:02 AM, Richard Sharpe wrote: Hi folks, I am trying to figure out the reason for the latest hang in my SMB Direct driver for

Can I call routines like ib_post_{send,recv} from completion queue callbacks?

2013-09-23 Thread Richard Sharpe
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? -- Regards, Richard Sharpe (何以解憂?唯有杜康。--曹操) -- To

Re: Can I call routines like ib_post_{send,recv} from completion queue callbacks?

2013-09-23 Thread Richard Sharpe
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