From patchwork Thu Dec 13 23:17:51 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Smart X-Patchwork-Id: 10730065 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1F36E13AF for ; Thu, 13 Dec 2018 23:18:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 123292CBD5 for ; Thu, 13 Dec 2018 23:18:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 06AD12CEC9; Thu, 13 Dec 2018 23:18:14 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AD4E62CBD5 for ; Thu, 13 Dec 2018 23:18:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727359AbeLMXSN (ORCPT ); Thu, 13 Dec 2018 18:18:13 -0500 Received: from mail-pg1-f196.google.com ([209.85.215.196]:35915 "EHLO mail-pg1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726236AbeLMXSM (ORCPT ); Thu, 13 Dec 2018 18:18:12 -0500 Received: by mail-pg1-f196.google.com with SMTP id n2so1768772pgm.3 for ; Thu, 13 Dec 2018 15:18:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=hK++tlwMyxapnzjKMtqne17gdpT9UAzV5/F/gTB0YFw=; b=RROg9p9jzyHZP0ll4pQZ/PZMJzJcCYmdzf/jhLW44UA9uFHq5xhHB1pXaicThQurjy HUdF0Xt8o9d47HZFoR/H+I3zR5qbDSjroI7+LIUSMr1FpLadCGBvRgQsQtrWqg1tu/D7 bDM1z2ISiXCwWeItySZKpl+tEwjV4WfOC7jyqZFJs1xzuX8XAbhtltp5FpkYL6HrddWn dvgNLZjHSCEoEageK0fjLAh7j8IZs2MDfkU1BdH22zdpJbBEStf4z/BR/pScQQ8uD+sA 4LaSVW0b0aZmC05SKKV3GeN4ym9y18DzqY9T/gdjXSK+NKBjzIUuMjIjLziajgt3QTv4 8dIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=hK++tlwMyxapnzjKMtqne17gdpT9UAzV5/F/gTB0YFw=; b=B84ZXHrqWAPAAC89Bv+OsuLH85LKa3leGu+CNjBvyKcBPk2remtO03dfcDUPsRmQXg qTKI4MC+HXlRRGbx0K7Ms3ssuxgSftbddjLh57JEan0cWle/e6q/KiiDTZ9IE3bXu1cr oAVvudtw+eiFIi+jhGa9s0c9edKuRbQGBg9ejyWE5gi+Xibpv8TfyB8dwZzFpqi/9mOU YkQ28tKCysnDE/B7cnHxYaX/YT/bmpJd3zpD4DTwxPp7UrcZvaVnW50ywEwWlcY14TyR NZBCY5eP8/aP5GW6o5IFd4uzWnEe944LbmLkFnWWzQHExn2S0MXYYpNfHpprvHsWDiH/ y+NQ== X-Gm-Message-State: AA+aEWYPu7mg/OvhuwureGMzD79VMTEO9NFTfJIP0OpW8JpQXdbkvJsd C/FjTJTCseTac8g8byzb+PH+ULNq X-Google-Smtp-Source: AFSGD/VzxyDkPeDwpnXwKzD2ZgQIzf6MM6lV9ZKV1MVQDD4vBWRotfOwUrYmoE3rQommtwV7g2xryw== X-Received: by 2002:a62:b2c3:: with SMTP id z64mr644866pfl.120.1544743091922; Thu, 13 Dec 2018 15:18:11 -0800 (PST) Received: from pallmd1.broadcom.com ([192.19.223.250]) by smtp.gmail.com with ESMTPSA id d25sm4409589pfe.40.2018.12.13.15.18.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 13 Dec 2018 15:18:11 -0800 (PST) From: James Smart To: linux-scsi@vger.kernel.org Cc: James Smart Subject: [PATCH 0/7] lpfc updates for 12.0.0.10 Date: Thu, 13 Dec 2018 15:17:51 -0800 Message-Id: <20181213231758.29630-1-jsmart2021@gmail.com> X-Mailer: git-send-email 2.13.7 Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Update lpfc to revision 12.0.0.10 This patch contains lpfc bug fixes, one debug addition, and one feature addition. The patches were cut against Martin's 4.21/scsi-queue tree James Smart (7): lpfc: Fix link state reporting for trunking when adapter is offline lpfc: Correct MDS loopback diagnostics support lpfc: update fault value on successful trunk events. lpfc: Fix discovery failure when PLOGI is defered lpfc: Add log messages to aid in debugging fc4type discovery issues lpfc: Adding ability to reset chip via pci bus reset lpfc: Update lpfc version to 12.0.0.10 drivers/scsi/lpfc/lpfc_attr.c | 84 ++++++++++++++++++++++++++- drivers/scsi/lpfc/lpfc_crtn.h | 1 + drivers/scsi/lpfc/lpfc_ct.c | 48 +++++++++++++++- drivers/scsi/lpfc/lpfc_hbadisc.c | 18 +++++- drivers/scsi/lpfc/lpfc_hw4.h | 12 ++++ drivers/scsi/lpfc/lpfc_init.c | 12 ++-- drivers/scsi/lpfc/lpfc_scsi.c | 121 ++++++++++++++++++++++++++++++++------- drivers/scsi/lpfc/lpfc_sli.c | 99 +++++++++++++++++++++++++------- drivers/scsi/lpfc/lpfc_version.h | 2 +- 9 files changed, 339 insertions(+), 58 deletions(-)