Message ID | 20190912180918.6436-1-hmadhani@marvell.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=buB8=XH=vger.kernel.org=linux-scsi-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 87FC2112B for <patchwork-linux-scsi@patchwork.kernel.org>; Thu, 12 Sep 2019 18:09:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6A7852084F for <patchwork-linux-scsi@patchwork.kernel.org>; Thu, 12 Sep 2019 18:09:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=marvell.com header.i=@marvell.com header.b="bWGQ8DYZ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726887AbfILSJb (ORCPT <rfc822;patchwork-linux-scsi@patchwork.kernel.org>); Thu, 12 Sep 2019 14:09:31 -0400 Received: from mx0b-0016f401.pphosted.com ([67.231.156.173]:61890 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726794AbfILSJa (ORCPT <rfc822;linux-scsi@vger.kernel.org>); Thu, 12 Sep 2019 14:09:30 -0400 Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x8CI9PYl019914; Thu, 12 Sep 2019 11:09:26 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=pfpt0818; bh=5D+cdFFKXxEebsBEp9CAfnhVVgrAXnxCRYVGboJ/KDI=; b=bWGQ8DYZQ9EXCyf1PVYzjJrcLchPx19APJR4Y9jthCqRTSnyaEH7UK/05KtqMXy5AnwV Q2OmA9JvPqdtzC5mR7FlvwF0RHf+Lewyx1l85Bi7xFEI4pqbY7eLU49T3LaaKqoIoGBp d8p6OcEOTN8FfidSw/MwWLOQAgMt8QsCnpKKrXnzRe7d9mwT/MOp4Fa9DVDnuQFs91pb 0ToamlHGPwjIb8RpiUnPOCMnfezXatRWT0rq1Z3A5nL0iy1HI90gsQSyoEGN7Frzd9Wt Hjopr1u2bzawnzcPTNXpaDUsNAbuwOYOO8m0sNdt/1ctl28CXWeB7jIM49bbGs7KPCaG Tg== Received: from sc-exch01.marvell.com ([199.233.58.181]) by mx0b-0016f401.pphosted.com with ESMTP id 2uytdfg5mp-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 12 Sep 2019 11:09:26 -0700 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Thu, 12 Sep 2019 11:09:19 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Thu, 12 Sep 2019 11:09:18 -0700 Received: from dut1171.mv.qlogic.com (unknown [10.112.88.18]) by maili.marvell.com (Postfix) with ESMTP id DC0B33F703F; Thu, 12 Sep 2019 11:09:18 -0700 (PDT) Received: from dut1171.mv.qlogic.com (localhost [127.0.0.1]) by dut1171.mv.qlogic.com (8.14.7/8.14.7) with ESMTP id x8CI9IbF006471; Thu, 12 Sep 2019 11:09:18 -0700 Received: (from root@localhost) by dut1171.mv.qlogic.com (8.14.7/8.14.7/Submit) id x8CI9INK006470; Thu, 12 Sep 2019 11:09:18 -0700 From: Himanshu Madhani <hmadhani@marvell.com> To: <James.Bottomley@HansenPartnership.com>, <martin.petersen@oracle.com> CC: <hmadhani@marvell.com>, <linux-scsi@vger.kernel.org> Subject: [PATCH v2 00/14] qla2xxx: Bug fixes for the driver Date: Thu, 12 Sep 2019 11:09:04 -0700 Message-ID: <20190912180918.6436-1-hmadhani@marvell.com> X-Mailer: git-send-email 2.12.0 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.70,1.0.8 definitions=2019-09-12_09:2019-09-11,2019-09-12 signatures=0 Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: <linux-scsi.vger.kernel.org> X-Mailing-List: linux-scsi@vger.kernel.org |
Series |
qla2xxx: Bug fixes for the driver
|
expand
|
Himanshu, > This series has fixes for N2N handling and unload path for driver when > NPIV is configured. Also included are patches for capturing firmware > dump when firmware posts MPI heartbeat stop event. We have also > enhanced handling of FCP/FC-NVMe when target advertises both > capabilites under same WWNN. > > Please apply this series for 5.4/scsi-queue at your earliest > convenience. This came in too late for 5.4. I applied patches #1-7 to fixes. Patch #8 and beyond are more like features and will have to wait for 5.5. Thanks!