[ofa-general] Re: crash in ipoib

Sean Hefty mshefty at ichips.intel.com
Tue Jun 12 15:41:30 PDT 2007


They're around

> ipoib_cm_send + 433

if (unlikely(post_send(priv, tx, tx->tx_head...

> ipoib_cm_handle_rx_wc + 239

skb = priv->cm.srq_ring[wr_id].skb
  or
if (unlikely(wc->status != IB_WC_SUCCESS)) {

(This one isn't matching up quite right, but appears to be in this area.)

In my earlier trace, I saw ipoib_cm_handle_rx_wc + 378,  which is around:

if (p->state == IPOIB_CM_RX_LIVE)
->	list_move(&p->list, &priv->cm.passive_ids);

- Sean



More information about the general mailing list