Re: [PATCH] IB/srp: Fail I/O requests if the transport is offline

2013-02-18 Thread Sagi Grimberg
On 2/18/2013 6:06 AM, David Dillow wrote: On Fri, 2013-02-15 at 10:39 +0100, Bart Van Assche wrote: diff --git a/drivers/infiniband/ulp/srp/ib_srp.c b/drivers/infiniband/ulp/srp/ib_srp.c index 8a7eb9f..b34752d 100644 --- a/drivers/infiniband/ulp/srp/ib_srp.c +++

RE: NFS over RDMA crashing

2013-02-18 Thread Yan Burman
-Original Message- From: J. Bruce Fields [mailto:bfie...@fieldses.org] Sent: Friday, February 15, 2013 17:28 To: Yan Burman Cc: linux-...@vger.kernel.org; sw...@opengridcomputing.com; linux- r...@vger.kernel.org; Or Gerlitz Subject: Re: NFS over RDMA crashing On Mon, Feb 11,

Re: [PATCH] libibmad: Add ib_resolve_noderecord_via API

2013-02-18 Thread Sarat Kakarla
Ira Hal, I have talked to my management about this wrapper and decided to add it to our code instead of libibmad, so for now I am dropping the merge request. Thanks Sarat On 2/12/2013 3:49 PM, Ira Weiny wrote: On Tue, 12 Feb 2013 15:36:11 -0800 Sarat Kakarla sarat.kaka...@oracle.com wrote:

[PATCH] Add fix to _do_madrpc to set the errno after umad_recv.

2013-02-18 Thread Sarat Kakarla
_do_madrpc() (in libibmad-1.3.3/src/rpc.c) sends the mad request through umad_send() and waits for a response from umad_recv() with the timeout passed by caller. Linux error number sent by peer in 'status' is not copied over to the process/thread local 'errno'. Signed-off-by: Sarat Kakarla

[PATCH] libibumad: add string functions for various defines

2013-02-18 Thread Ira Weiny
This patch adds enum to string conversions of the enums in the headers files submitted by Sean Hefty on 1/28/2013 Some of this code was originally proposed by Sean in 2010 as part of user space madeye: http://www.mail-archive.com/linux-rdma@vger.kernel.org/msg06185.html Signed-off-by: Ira Weiny