From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uma Krishnan Subject: Re: [PATCH 4/6] cxlflash: Improve EEH recovery time Date: Fri, 9 Sep 2016 17:14:09 -0500 Message-ID: <9e9da53c-80f9-bd11-f44f-26f9fc7c13ba@linux.vnet.ibm.com> References: <1472848612-64888-1-git-send-email-ukrishn@linux.vnet.ibm.com> <1472848803-65143-1-git-send-email-ukrishn@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:55959 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754406AbcIIWOJ (ORCPT ); Fri, 9 Sep 2016 18:14:09 -0400 Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u89MDTiE096672 for ; Fri, 9 Sep 2016 18:14:09 -0400 Received: from e36.co.us.ibm.com (e36.co.us.ibm.com [32.97.110.154]) by mx0a-001b2d01.pphosted.com with ESMTP id 25c3ehcgr7-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Fri, 09 Sep 2016 18:14:09 -0400 Received: from localhost by e36.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 9 Sep 2016 16:14:08 -0600 In-Reply-To: <1472848803-65143-1-git-send-email-ukrishn@linux.vnet.ibm.com> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: linux-scsi@vger.kernel.org, James Bottomley , "Martin K. Petersen" , "Matthew R. Ochs" , "Manoj N. Kumar" Cc: Brian King , linuxppc-dev@lists.ozlabs.org, Ian Munsie , Andrew Donnellan , Frederic Barrat , Christophe Lombard On 9/2/2016 3:40 PM, Uma Krishnan wrote: > From: "Matthew R. Ochs" > > When an EEH occurs during device initialization, the port timeout > logic can cause excessive delays as MMIO reads will fail. Depending > on where they are experienced, these delays can lead to a prolonged > reset, causing an unnecessary triggering of other timeout logic in > the SCSI stack or user applications. > > To expedite recovery, the port timeout logic is updated to decay the > timeout at a much faster rate when in the presence of a likely EEH > frozen event. > > Signed-off-by: Matthew R. Ochs Acked-by: Uma Krishnan