[openib-general] Query regarding posting unsignaled send descriptors
Roland Dreier
roland.list at gmail.com
Sat Aug 20 16:37:38 PDT 2005
> For one of my application, i was trying to use unsignaled send descriptors.
> Currently, the send flags are defined as follows in verbs.h include file:
To post an unsignaled send, you must create the QP with sq_sig_all = 0.
Then make sure that IBV_SEND_SIGNALED is _not_ set in the work request
you post.
I'm pretty sure this works because people have reported problems with
buggy applications that never posted any signaled sends.
- R.
More information about the general
mailing list