Re: [PATCH] libibmad: Add support for PortSamplesResult

2013-02-15 Thread Ira Weiny
On Fri, 18 Jan 2013 18:05:21 -0500 Hal Rosenstock wrote: > > Signed-off-by: Hal Rosenstock Thanks, applied, Ira > --- > diff --git a/include/infiniband/mad.h b/include/infiniband/mad.h > index 0694dc4..e6de2c5 100644 > --- a/include/infiniband/mad.h > +++ b/include/infiniband/mad.h > @@ -1230

Re: NFS over RDMA crashing

2013-02-15 Thread J. Bruce Fields
On Mon, Feb 11, 2013 at 03:19:42PM +, Yan Burman wrote: > > -Original Message- > > From: J. Bruce Fields [mailto:bfie...@fieldses.org] > > Sent: Thursday, February 07, 2013 18:42 > > To: Yan Burman > > Cc: linux-...@vger.kernel.org; sw...@opengridcomputing.com; linux- > > r...@vger.kern

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

2013-02-15 Thread Bart Van Assche
If an SRP target is no longer reachable and srp_reset_host() fails to reconnect then ib_srp will invoke scsi_remove_host(). That function will invoke __scsi_remove_device() for each LUN. And that last function will change the device state from SDEV_TRANSPORT_OFFLINE into SDEV_CANCEL. Certain user s