> Crud, I see a bug with that commit and non-SRQ: > ipoib_cm_handle_tx_wc() does > > struct ipoib_cm_tx *tx = wc->qp->qp_context; > > and there's no reason for wc->qp to be set if the HCA does not handle > SRQs. In fact there's no reason for wc->qp to be set for send > completions in general.
Actually, I take that back. Every driver seems to set wc->qp in all cases, so I guess it is safe to rely on that now. (Which actually means that the table of RX QPs in the non-SRQ patch can be dropped so we make things dramatically simpler). But that means I really have no idea what your bug is. Could you say how you're running netperf so I can try to reproduce the crash? - 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
