mbox series

[0/4] megaraid_sas: driver updates

Message ID 1561715441-1428-1-git-send-email-shivasharan.srikanteshwara@broadcom.com (mailing list archive)
Headers show
Series megaraid_sas: driver updates | expand

Message

Shivasharan Srikanteshwara June 28, 2019, 9:50 a.m. UTC
Hi Martin,
This series contains four driver update patches.
The first patch contains a fix for calculating the target ID
sent to firmware. This patch was sent earlier as well[1], but
got lost in the v2 series due to a mail client issue.
Second patch enables newly added "msix_load_balance" flag
only for Invader and later generation controllers.
Third patch adds a module parameter which controls logging
of async event notifications from firmware.
Fourth patch updates the driver version.
Please consider these patches for 5.3/scsi-queue.

[1]: https://www.spinics.net/lists/stable/msg299673.html

Thanks,
Shivasharan
 
Shivasharan S (4):
  megaraid_sas: Fix calculation of target ID
  megaraid_sas: Enable msix_load_balance for Invader and later
    controllers
  megaraid_sas: Add module parameter for FW Async event logging
  megaraid_sas: Update driver version to 07.710.50.00

 drivers/scsi/megaraid/megaraid_sas.h      |  4 ++--
 drivers/scsi/megaraid/megaraid_sas_base.c | 24 +++++++++++++++++++++---
 2 files changed, 23 insertions(+), 5 deletions(-)

Comments

Martin K. Petersen July 12, 2019, 1:05 a.m. UTC | #1
Shivasharan,

> This series contains four driver update patches.  The first patch
> contains a fix for calculating the target ID sent to firmware. This
> patch was sent earlier as well[1], but got lost in the v2 series due
> to a mail client issue.  Second patch enables newly added
> "msix_load_balance" flag only for Invader and later generation
> controllers.  Third patch adds a module parameter which controls
> logging of async event notifications from firmware.  Fourth patch
> updates the driver version.  Please consider these patches for
> 5.3/scsi-queue.

Applied to 5.3/scsi-fixes, thanks!