* Roland Dreier ([EMAIL PROTECTED]) wrote: > > qp_init_attr.cap.max_recv_sge = IB_MAX_REQ; > > qp_init_attr.cap.max_send_sge = IB_MAX_REQ; > > > IB_MAX_REQ is set 1024. > > You didn't say what hardware you are using, but I would suspect that > 1024 gather/scatter entries is too many. > > > Is there any maximum limit to the amount of max wr that I can set for a > > QP. > > Yes. You can get the limits by using the device query verb.
Thanks for the reply. I shall get the limits from querying the device verbs. Thanks, Bharath --- Bharath Ramesh <[EMAIL PROTECTED]> http://people.cs.vt.edu/~bramesh _______________________________________________ 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
