From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3wtskZ5jYgzDr83 for ; Fri, 23 Jun 2017 05:55:18 +1000 (AEST) Received: from pps.filterd (m0098410.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v5MJrh3H069935 for ; Thu, 22 Jun 2017 15:55:16 -0400 Received: from e38.co.us.ibm.com (e38.co.us.ibm.com [32.97.110.159]) by mx0a-001b2d01.pphosted.com with ESMTP id 2b8k2xu95j-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 22 Jun 2017 15:55:16 -0400 Received: from localhost by e38.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 22 Jun 2017 13:55:15 -0600 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: [PATCH 04/17] cxlflash: Schedule asynchronous reset of the host From: "Matthew R. Ochs" In-Reply-To: <1498097657-8826-1-git-send-email-ukrishn@linux.vnet.ibm.com> Date: Thu, 22 Jun 2017 14:55:09 -0500 Cc: linux-scsi , James Bottomley , "Martin K. Petersen" , "Manoj N. Kumar" , Frederic Barrat , linuxppc-dev@lists.ozlabs.org, Ian Munsie , Andrew Donnellan , Christophe Lombard References: <1498097563-8680-1-git-send-email-ukrishn@linux.vnet.ibm.com> <1498097657-8826-1-git-send-email-ukrishn@linux.vnet.ibm.com> To: Uma Krishnan Message-Id: <1E91F99C-766B-454C-9F31-041E1725A81E@linux.vnet.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > On Jun 21, 2017, at 9:14 PM, Uma Krishnan = wrote: >=20 > A context reset failure indicates the AFU is in a bad state. At = present, > when such a situation occurs, no further action is taken. This leaves = the > adapter in an unusable state with no recoverable actions. >=20 > To avoid this situation, context reset failures will be escalated to a = host > reset operation. This will be done asynchronously to allow the acting > thread to return to the user with a failure. >=20 > Signed-off-by: Uma Krishnan Acked-by: Matthew R. Ochs