Message ID | 20200416084314.18851-1-skashyap@marvell.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=iRB6=6A=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 AA9D381 for <patchwork-linux-scsi@patchwork.kernel.org>; Thu, 16 Apr 2020 09:04:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9326220787 for <patchwork-linux-scsi@patchwork.kernel.org>; Thu, 16 Apr 2020 09:04:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=marvell.com header.i=@marvell.com header.b="AwJDdVNb" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2502810AbgDPIpd (ORCPT <rfc822;patchwork-linux-scsi@patchwork.kernel.org>); Thu, 16 Apr 2020 04:45:33 -0400 Received: from mx0a-0016f401.pphosted.com ([67.231.148.174]:62210 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2502716AbgDPIom (ORCPT <rfc822;linux-scsi@vger.kernel.org>); Thu, 16 Apr 2020 04:44:42 -0400 Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 03G8eWtd013926; Thu, 16 Apr 2020 01:43:16 -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=/I9RooBI+GLQnVR4q2Q8SItKmSSDw7RNfd7UYgtaNIs=; b=AwJDdVNb83aIKGgZ7ux1dkoPlBd333jx6joRHiyf3QIynz2eXIWxNxvZkjsxU9Wz6BN0 XUkHb8Sc+hQrI9eH3EayCtlj2tO4J6BptBOc2hXr3xmNrpyiXIhrXCOn5ysZbrJtDZGd p9W9LSHKfUpM7g4kTN3rGC97MJsoLiWTAk9I/WGBkrsSHBMaeSFIXE7ep/HuzUfZNroK 0W3T2qLQPQGpFUgb6L01weUCA+erS4vKxUiHJYCLqc/rYyq3i3KpXbjyVYKlt/BP7IYb 9e+LorlZAgTvR5NmfNkx49AqFsovxGQV7phA1XF51Vpwg1BdHCKeiJpFJCnavEMCLD+k /w== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0a-0016f401.pphosted.com with ESMTP id 30dn8gp585-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 16 Apr 2020 01:43:16 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 16 Apr 2020 01:43:14 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 16 Apr 2020 01:43:14 -0700 Received: from dut1171.mv.qlogic.com (unknown [10.112.88.18]) by maili.marvell.com (Postfix) with ESMTP id 602323F7041; Thu, 16 Apr 2020 01:43:14 -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 03G8hEE6018886; Thu, 16 Apr 2020 01:43:14 -0700 Received: (from root@localhost) by dut1171.mv.qlogic.com (8.14.7/8.14.7/Submit) id 03G8hErh018885; Thu, 16 Apr 2020 01:43:14 -0700 From: Saurav Kashyap <skashyap@marvell.com> To: <martin.petersen@oracle.com> CC: <GR-QLogic-Storage-Upstream@marvell.com>, <linux-scsi@vger.kernel.org>, <jhasan@marvell.com>, <netdev@vger.kernel.org> Subject: [PATCH v4 0/9] qed/qedf: Firmware recovery, bw update and misc fixes. Date: Thu, 16 Apr 2020 01:43:05 -0700 Message-ID: <20200416084314.18851-1-skashyap@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.138,18.0.676 definitions=2020-04-16_03:2020-04-14,2020-04-16 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 |
qed/qedf: Firmware recovery, bw update and misc fixes.
|
expand
|
Saurav,
> Kindly apply this series to scsi tree at your earliest convenience.
Fixed a few things, including a sparse warning and the error message
pointed out by Sergei. Applied to 5.8/scsi-queue, thank you!