From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 0F5B51A30C0 for ; Sat, 24 Oct 2015 01:01:59 +1100 (AEDT) Subject: Re: [PATCH v6 34/37] cxlflash: Fix to escalate to LINK_RESET on login timeout To: "Matthew R. Ochs" , linux-scsi@vger.kernel.org, James Bottomley , "Nicholas A. Bellinger" , Brian King , Ian Munsie , Daniel Axtens , Andrew Donnellan , David Laight References: <1445458134-63197-1-git-send-email-mrochs@linux.vnet.ibm.com> <1445458567-62129-1-git-send-email-mrochs@linux.vnet.ibm.com> Cc: Michael Neuling , "Manoj N. Kumar" , linuxppc-dev@lists.ozlabs.org From: Tomas Henzl Message-ID: <562A3DD2.10602@redhat.com> Date: Fri, 23 Oct 2015 16:01:54 +0200 MIME-Version: 1.0 In-Reply-To: <1445458567-62129-1-git-send-email-mrochs@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 21.10.2015 22:16, Matthew R. Ochs wrote: > From: Manoj Kumar > > A 'login timed out' asynchronous error interrupt is generated if no > response is seen to a FLOGI within 2 seconds. If the time out error > is not escalated to a LINK_RESET the port will not be available for > use. This fix provides the required escalation. > > Signed-off-by: Manoj N. Kumar > Acked-by: Matthew R. Ochs > Reviewed-by: Brian King Reviewed-by: Tomas Henzl Tomas