RE: [ewg] build_ofa_user.sh for dual dapl?

2008-02-08 Thread Glenn Streiff
> >Is there an updated build_ofa_user.sh that works for the > >two versions of dapl? > > > > I am not sure what Vlad uses to pull and build all the > OFED library packages. > > For uDAPL you can get the latest v1 and v2 packages from > > http://www.openfabrics.org//downloads/dapl/ > > dapl

RE: [ewg] build_ofa_user.sh for dual dapl?

2008-02-08 Thread Arlin Davis
>Is there an updated build_ofa_user.sh that works for the >two versions of dapl? > I am not sure what Vlad uses to pull and build all the OFED library packages. For uDAPL you can get the latest v1 and v2 packages from http://www.openfabrics.org//downloads/dapl/ dapl-1.2.4.tar.gz dapl-2.

[ewg] IB/ipoib: ipoib_send: improper call to skb_orphan() in error path

2008-02-08 Thread Hoang-Nam Nguyen
Hello Eli! Another comment on ipoib_send (ofed-1.3-rc4): if (unlikely(post_send(priv, priv->tx_head & (ipoib_sendq_size - 1), address->ah, qpn, tx_req, phead, hlen))) { ipoib_warn(priv, "post_send failed\n");

[ewg] ***SPAM*** Re: [PATCH] IB/ipoib - Problem with latest OFED 1.3 build... IPoIB and iPATH

2008-02-08 Thread Shirley Ma
Hello Ralph, This patch looks OK to me. Let's wait for Eli's response. Thanks Shirley___ ewg mailing list ewg@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

[ewg] Re: [PATCH] IB/ipoib - Problem with latest OFED 1.3 build... IPoIB and iPATH

2008-02-08 Thread Shirley Ma
Hello Ralph, I looked at ehca and mthca, in create_ah(), both driver didn't check dlid condition check like ipath here. In the port initilizaiton, priv->local_lid is set to 0 which is created by ipoib_0190_unsig_udqp.patch in RC4. I will let Eli look at this problem. static struct ib_a

[ewg] [PATCH] IB/ipoib - Problem with latest OFED 1.3 build... IPoIB and iPATH

2008-02-08 Thread Ralph Campbell
Here is a suggested patch for ib_ipoib for fixing the OFED-1.3 RC4 problem with ib_ipath. Note that I'm not completely familiar with all the ib_ipoib changes. In particular, I haven't checked that IB_EVENT_LID_CHANGE correctly updates priv->own_ah. --- a/drivers/infiniband/ulp/ipoib/ipoib_ib.c

RE: [ewg] build_ofa_user.sh for dual dapl?

2008-02-08 Thread Glenn Streiff
> Is there an updated build_ofa_user.sh that works for the > two versions of dapl? > > Maybe there is something in Arlin's tree that hasn't been > picked up by Vlad or I'm just doing something wrong. ;) > > So looks like 'ullibs' needs to be updated from: > >ullibs="libibverbs ... dapl

[ewg] build_ofa_user.sh for dual dapl?

2008-02-08 Thread Glenn Streiff
ed_1_3 and ran: ./build_ofa_user.sh and hit: Initialized empty Git repository in /home/glenn/tmp/ofa_1_2_user-20080208-0736/ofa_1_2_user/dapl/ fatal: 'src/userspace/dapl/.git': unable to chdir or not a git archive Okay, I've got build_ofa_user.sh is cranking for me

[ewg] diligence

2008-02-08 Thread Cendejas Timmins
Heya, Are you a ffrequent visitorof retaiil sooftware stores? We know whatyou're ovverpaying for: - box manufaacturing - CD - salespeerson salary - Rennt of shop spacee - Yearr-to-year increaasing taxes in your coountry Well, what for ?! You're able to ddownload

[ewg] Your profile

2008-02-08 Thread Polly Shelton
Hello! I am tired this evening. I am nice girl that would like to chat with you. Email me at [EMAIL PROTECTED] only, because I am using my friend's email to write this. Hope you like my pictures. ___ ewg mailing list ewg@lists.openfabrics.org http://li

[ewg] Re: IB/ipoib: ipoib_ib_post_receive: infinite loop in error path

2008-02-08 Thread Shirley Ma
Thanks Nam. I will fix it along with ipoib_sg_skb_put_frags() optimization. Thanks Shirley Hoang-Nam Nguyen

[ewg] IB/ipoib: ipoib_ib_post_receive: infinite loop in error path

2008-02-08 Thread Hoang-Nam Nguyen
Hello Eli! Looked at ipoib code from ofed-1.3-rc4 and the saw the following code snippet in ipoib_ib_post_receive(): if (++priv->rx_outst == UD_POST_RCV_COUNT) { ret = ib_post_recv(priv->qp, priv->rx_wr_draft, &bad_wr); if (unlikely(ret)) {

[ewg] ofed-1.3-rc4: openibd restart issue on ppc64

2008-02-08 Thread Hoang-Nam Nguyen
Hello Vlad! Tested ofed-1.3-rc4 on ppc64 and saw the message below after I had called /etc/init.d/openibd restart: xyz:~ # /etc/init.d/openibd restart Unloading firmware_class [FAILED] ERROR: Module firmware_class is in use by ipr In openibd I saw this def: UNL