On Thu, Aug 28, 2008 at 6:48 PM, Adrien Guillon <[EMAIL PROTECTED]> wrote: > Hi, > > I don't quite understand the parameters inside struct > ibv_qp_init_attr. In particular the ibv_qp_cap structure... what are > sensible defaults? How do these parameters affect overall functioning > of the application? > One should use the minimum values that he needs for his application (for example: if you don't use any scatter/gather entries in your application, so limit this value to 1 in both RQ and SQ of the QP).
If high values will be used in the QP capabilities structure, more memory will be allocated (and pinned) for this QP. Dotan > Thanks, > > AJ > _______________________________________________ > 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 > _______________________________________________ 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
