From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin K. Petersen" Date: Wed, 03 Jun 2020 01:42:06 +0000 Subject: Re: [PATCH] scsi: qla2xxx: Keep initiator ports after RSCN Message-Id: List-Id: References: <20200518183141.66621-1-r.bolshakov@yadro.com> In-Reply-To: <20200518183141.66621-1-r.bolshakov@yadro.com> (Roman Bolshakov's message of "Mon, 18 May 2020 21:31:42 +0300") MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Roman Bolshakov Cc: linux-scsi@vger.kernel.org, GR-QLogic-Storage-Upstream@marvell.com, target-devel@vger.kernel.org, linux@yadro.com, Quinn Tran , Arun Easi , Nilesh Javali , Bart Van Assche , Daniel Wagner , Himanshu Madhani , Martin Wilck , stable@vger.kernel.org Roman, > The driver performs SCR (state change registration) in all modes > including pure target mode. What is the current status of this patch? There was a bunch of going back and forth wrt. whether this was the correct approach. Thanks! -- Martin K. Petersen Oracle Linux Engineering From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 31269C433DF for ; Wed, 3 Jun 2020 01:42:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0C39D20734 for ; Wed, 3 Jun 2020 01:42:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=oracle.com header.i=@oracle.com header.b="Jo5KW3r8" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728304AbgFCBm1 (ORCPT ); Tue, 2 Jun 2020 21:42:27 -0400 Received: from userp2120.oracle.com ([156.151.31.85]:42646 "EHLO userp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726894AbgFCBm0 (ORCPT ); Tue, 2 Jun 2020 21:42:26 -0400 Received: from pps.filterd (userp2120.oracle.com [127.0.0.1]) by userp2120.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 0531gELT117727; Wed, 3 Jun 2020 01:42:14 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=to : cc : subject : from : message-id : references : date : in-reply-to : mime-version : content-type; s=corp-2020-01-29; bh=ZVSt6fgPdJ/CcpTZx/Rwe/Oczc0sTullCA75JDI9ZCE=; b=Jo5KW3r8OhyKp7cM663ARgdXcOFIbRrENHwcZPdUhpqk0eTJDX3Vyh9S88tDZi5mom7b PCGLnUZh7a5587Kl56YkR3HH8W0DcWPjD+DZ9zhO0nfug3cdiLKurbR5RiESpT1GfEHx 7tRkgoUi35QK70r1F2yY/FbuW+iwK3/rigW3U7ahQWkfJDFXyrWDIlQf26ybN6HapxMm sxV0B7rwiLI6+hlMOfquvFlBWkapXkFrGc7wx2+zyT9HsI26y+2xdvjO38PdgULUMWaQ WyXO5Y9U6HF4/NlHOBwlVxL9E+FtfdeWZ2wpmvbxmVIHnDtEBWff+g/O7qZ9t+Kv/ggG 3Q== Received: from aserp3030.oracle.com (aserp3030.oracle.com [141.146.126.71]) by userp2120.oracle.com with ESMTP id 31dkruksg4-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 03 Jun 2020 01:42:14 +0000 Received: from pps.filterd (aserp3030.oracle.com [127.0.0.1]) by aserp3030.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 0531dP2I189042; Wed, 3 Jun 2020 01:42:13 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by aserp3030.oracle.com with ESMTP id 31c12q4340-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 03 Jun 2020 01:42:13 +0000 Received: from abhmp0004.oracle.com (abhmp0004.oracle.com [141.146.116.10]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id 0531gAKF007867; Wed, 3 Jun 2020 01:42:10 GMT Received: from ca-mkp.ca.oracle.com (/10.159.214.123) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 02 Jun 2020 18:42:10 -0700 To: Roman Bolshakov Cc: , , , , Quinn Tran , Arun Easi , Nilesh Javali , Bart Van Assche , Daniel Wagner , Himanshu Madhani , Martin Wilck , Subject: Re: [PATCH] scsi: qla2xxx: Keep initiator ports after RSCN From: "Martin K. Petersen" Organization: Oracle Corporation Message-ID: References: <20200518183141.66621-1-r.bolshakov@yadro.com> Date: Tue, 02 Jun 2020 21:42:06 -0400 In-Reply-To: <20200518183141.66621-1-r.bolshakov@yadro.com> (Roman Bolshakov's message of "Mon, 18 May 2020 21:31:42 +0300") MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9640 signatures=668686 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 mlxscore=0 phishscore=0 malwarescore=0 adultscore=0 suspectscore=1 spamscore=0 bulkscore=0 mlxlogscore=999 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2004280000 definitions=main-2006030010 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9640 signatures=668686 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 priorityscore=1501 mlxscore=0 lowpriorityscore=0 suspectscore=1 malwarescore=0 clxscore=1015 adultscore=0 mlxlogscore=999 cotscore=-2147483648 phishscore=0 bulkscore=0 impostorscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2004280000 definitions=main-2006030010 Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Roman, > The driver performs SCR (state change registration) in all modes > including pure target mode. What is the current status of this patch? There was a bunch of going back and forth wrt. whether this was the correct approach. Thanks! -- Martin K. Petersen Oracle Linux Engineering