> We keep calling the send routine (apparently via the periodic > ipoib_ib_tx_timer_func()) and keep getting a "queue full" condition - > the send queue length is 128. Here are some entries after the queue > has filled (they keep going "forever"):
I don't see how ipoib_ib_tx_timer_func() could call post_send since all it does is poll the CQ and handle completions. Also ipoib_ib_tx_timer_func() was added post-OFED 1.3 (it is only in 2.6.26-rc1 AFAIK), so what kernel are you using? - 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
