[ANNOUNCE] OFED 1.5.1 rc4 release is available

2010-03-11 Thread Vladimir Sokolovsky
OFED 1.5.1-rc4 is available Notes: The tarball is available on: http://www.openfabrics.org/downloads/OFED/ofed-1.5.1/OFED-1.5.1-rc4.tgz To get BUILD_ID run ofed_info Please report any issues in bugzilla https://bugs.openfabrics.org/ for OFED 1.5.1 Vladimir Tziporet

[PATCH] IB/cm: fix device_create() return value check

2010-03-11 Thread Jani Nikula
From: Jani Nikula ext-jani.1.nik...@nokia.com Use IS_ERR() instead of comparing to NULL. Signed-off-by: Jani Nikula ext-jani.1.nik...@nokia.com --- NOTE: I'm afraid I'm unable to test this; please consider this more a bug report than a complete patch. --- drivers/infiniband/core/cm.c |2

RE: [PATCH] IB/cm: fix device_create() return value check

2010-03-11 Thread Sean Hefty
From: Jani Nikula ext-jani.1.nik...@nokia.com Use IS_ERR() instead of comparing to NULL. Signed-off-by: Jani Nikula ext-jani.1.nik...@nokia.com --- NOTE: I'm afraid I'm unable to test this; please consider this more a bug report than a complete patch. This looks correct to me. Good catch.

Re: rnfs: rq_respages pointer is bad

2010-03-11 Thread Tom Tucker
David J. Wilder wrote: Tom I have been chasing an rnfs related Oops in svc_process(). I have found the source of the Oops but I am not sure of my fix. I am seeing the problem on ppc64, kernel 2.6.32, I have not tried other arch yet. The source of the problem is in rdma_read_complete(), I am

Re: [PATCH V3 0/2] Add support for enhanced atomic operations

2010-03-11 Thread Håkon Bugge
Hi Vlad, Did you consider my input in http://www.mail-archive.com/linux-rdma@vger.kernel.org/msg02803.html wrt. to these enhancements? Thanks, Håkon On Mar 10, 2010, at 16:57 , Vladimir Sokolovsky wrote: Hi Roland, This patchset adds support for the following enhanced atomic

Re: [PATCH V3 0/2] Add support for enhanced atomic operations

2010-03-11 Thread Roland Dreier
Did you consider my input in http://www.mail-archive.com/linux-rdma@vger.kernel.org/msg02803.html wrt. to these enhancements? I think we can worry about that if/when an HCA comes along that supports global atomics for ordinary atomics but not enhanced atomics. Although perhaps it would

Re: [PATCH v2 15/15] opensm: Cause status of unicast routing attempt to propogate to callers of osm_ucast_mgr_process().

2010-03-11 Thread Jim Schutt
On Wed, 2010-03-10 at 11:06 -0700, Jim Schutt wrote: If unicast routing fails, there is no point to continuing with fabric bring-up. Just restart a new heavy sweep instead. Signed-off-by: Jim Schutt jasc...@sandia.gov --- opensm/opensm/osm_state_mgr.c | 12 +---

Re: rnfs: rq_respages pointer is bad

2010-03-11 Thread Roland Dreier
Someone please make sure that a final patch with a full description gets sent to the NFS guys for merging. Tom, are you going to handle this? -- Roland Dreier rola...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html -- To

Re: rnfs: rq_respages pointer is bad

2010-03-11 Thread Tom Tucker
Roland Dreier wrote: Someone please make sure that a final patch with a full description gets sent to the NFS guys for merging. Tom, are you going to handle this? Yes, and I have several more in queue. Tom -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body

Re: [PATCH] ipoib: Fix lockup of the tx queue

2010-03-11 Thread Roland Dreier
good debugging, applied thanks. I do worry (as Moni mentioned) that this doesn't explain why you would get send failures in this case, but the patch itself is well-explained and looks obviously correct so I think we should apply it. -- Roland Dreier rola...@cisco.com For corporate legal

Re: [ewg] [PATCH] ipoib: Fix lockup of the tx queue

2010-03-11 Thread Ralph Campbell
On Thu, 2010-03-11 at 13:38 -0800, Roland Dreier wrote: good debugging, applied thanks. I do worry (as Moni mentioned) that this doesn't explain why you would get send failures in this case, but the patch itself is well-explained and looks obviously correct so I think we should apply it.

Re: [PATCH 2/2] ib/ipoib: include err code in trace message for ib_post_send() failures

2010-03-11 Thread Roland Dreier
thanks, applied this one for .34. Will hold the TSO change for .35. -- Roland Dreier rola...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of

Re: [ewg] [PATCH] ipoib: Fix lockup of the tx queue

2010-03-11 Thread Ralph Campbell
Sorry, I was referring to my patch not Eli's. On Thu, 2010-03-11 at 13:41 -0800, Ralph Campbell wrote: On Thu, 2010-03-11 at 13:38 -0800, Roland Dreier wrote: good debugging, applied thanks. I do worry (as Moni mentioned) that this doesn't explain why you would get send failures in this

Re: [ewg] [PATCH] ipoib: Fix lockup of the tx queue

2010-03-11 Thread Roland Dreier
Sorry, I was referring to my patch not Eli's. Heh, I never would have said anything about your patch was obvious. I skimmed yours once but I do want to read it more carefully. Did you ever say what test case you are using to provoke the problem you're fixing? -- Roland Dreier

Re: [PATCH] RDMA/cxgb3: wait at least one schedule cycle during device removal.

2010-03-11 Thread Roland Dreier
thanks, applied. -- Roland Dreier rola...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More

Re: [ewg] [PATCH] ipoib: Fix lockup of the tx queue

2010-03-11 Thread Ralph Campbell
On Thu, 2010-03-11 at 13:52 -0800, Roland Dreier wrote: Sorry, I was referring to my patch not Eli's. Heh, I never would have said anything about your patch was obvious. I skimmed yours once but I do want to read it more carefully. Did you ever say what test case you are using to provoke

RE: Simplified iWARP Consumer Library

2010-03-11 Thread Sean Hefty
Which of the features would you want to see in librdmacm? I guess the integration of the cm_id and qp as well as the simpler (synchronous) connection establishment and teardown functionality would fit. However, all cm events will thereafter be handled within the library rather than being presented

Re: [PATCH] RDMA/nes: ethtool to read hardware registers for Rx/Tx error stats

2010-03-11 Thread Roland Dreier
thanks, applied. -- Roland Dreier rola...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More

Re: [PATCH v2] RDMA/nes: set assume_alligned_header bit

2010-03-11 Thread Roland Dreier
thanks, applied. -- Roland Dreier rola...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More

Re: [PATCH] RDMA/nes: ethtool to read hardware registers for Rx/Tx error stats

2010-03-11 Thread Roland Dreier
er, no I didn't apply this one yet... will hold for the .35 merge window. -- Roland Dreier rola...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the

Re: [PATCH] RDMA/nes: fix CX4 link problem in back-to-back configuration

2010-03-11 Thread Roland Dreier
thanks, applied. -- Roland Dreier rola...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More

Re: [PATCH] RDMA/nes: clear stall bit before destroying nic qp

2010-03-11 Thread Roland Dreier
thanks, applied. -- Roland Dreier rola...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More

Re: Simplified iWARP Consumer Library

2010-03-11 Thread philip . frey
Sounds good to me. I'll wait with the integration of my library routines as they are designed around a CM thread. Looking forward to your update. Phil --Original Message-- From: Sean Hefty Sender: linux-rdma-ow...@vger.kernel.org To: Hefty, Sean To: p...@frey.ws Cc: rdre...@cisco.com