[openfabrics-ewg] OFED 1.1
Bryan O'Sullivan
bos at pathscale.com
Thu Sep 21 14:15:56 PDT 2006
On Thu, 2006-09-21 at 09:11 +0300, Michael S. Tsirkin wrote:
> Quoting r. Betsy Zeller <betsy at pathscale.com>:
> > We've made some adds to bug 233, which should help you in tracking it
> > down.
>
> Betsy, seems like you are running the wrong code:
> I don't understand what's causing the panic reported by 233:
> you report kernel BUG at sdp_bcopy.c line 230, but there's
> no BUG_ON at sdp_bcopy.c line 230 when I install -pre2 here.
It's still there in the git tree, which is what we've been using for
some of our work and testing:
git://www.mellanox.co.il/~git/infiniband ofed_1_1
> Here's how it looks:
>
> 230: ssk->rx_wr.sg_list = ssk->ibsge;
> ssk->rx_wr.num_sge = frags + 1;
> rc = ib_post_recv(ssk->qp, &ssk->rx_wr, &bad_wr);
> ++ssk->rx_head;
> if (unlikely(rc)) {
> sdp_dbg(&ssk->isk.sk, "ib_post_recv failed with status %d\n",
> rc);
> sdp_reset(&ssk->isk.sk);
> }
And in git:
/* TODO */
230: BUG_ON(rc);
++ssk->rx_head;
So it looks to me like you haven't pushed out whatever you've been
building. Please do so, as otherwise we can't replicate your builds.
<b
More information about the ewg
mailing list