> What is the default size of the async event queue ? Suppose I > create 1024 QP from one process to another process, > Somehow the remote process crashes, Can I get all the 1024 QP error > async event, how do I make sure I don't loss an event ?
Which async event are you expecting to get? If you lose a connection on an RC QP, then you will get a completion with error status returned on your CQ -- I don't think there is any async event that is caused. > Also if I want to detect QP connection error, I can either use > completion error, or use ibv_get_async_event(), which way report error > faster ? Which async event do you get? - R. _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
