mbox series

[v4,0/7] mpi3mr: Few Enhancements and minor fixes

Message ID 20240313100746.128951-1-ranjan.kumar@broadcom.com
Headers show
Series mpi3mr: Few Enhancements and minor fixes | expand

Message

Ranjan Kumar March 13, 2024, 10:07 a.m. UTC
Few Enhancements and minor fixes of mpi3mr driver.

Changes since v3:
- Mistakenly ORING was left which is fixed.

Changes since v2:
- Fixed test robot build warnings

Changes since v1:
- Updated Function name to mpi3mr_refresh_tgtdevs and
changed logical condition
- Updated the patch headline .
- Reverted the SCSIIOSTATUSREPLY change as it was
unintentionally removed.


Ranjan Kumar (7):
  mpi3mr: Block devices are not removed from OS even vd's are offlined
  mpi3mr: Set MPI request flags appropriately
  mpi3mr: Clear controller-wide flag that is used to  block IOCTLS for
    the unresponsive controller
  mpi3mr: Set the WriteSame Divert Capability in the IOCInit MPI Request
  mpi3mr: Debug ability improvements
  mpi3mr: Update MPI Headers to revision 31
  mpi3mr: driver version upgrade to 8.8.1.0.50

 drivers/scsi/mpi3mr/mpi/mpi30_cnfg.h      |  3 +++
 drivers/scsi/mpi3mr/mpi/mpi30_image.h     | 20 ++++----------
 drivers/scsi/mpi3mr/mpi/mpi30_ioc.h       | 20 ++++++++------
 drivers/scsi/mpi3mr/mpi/mpi30_transport.h |  2 +-
 drivers/scsi/mpi3mr/mpi3mr.h              | 16 +++++++-----
 drivers/scsi/mpi3mr/mpi3mr_app.c          | 21 ++++++++++-----
 drivers/scsi/mpi3mr/mpi3mr_fw.c           | 32 +++++++++++++++--------
 drivers/scsi/mpi3mr/mpi3mr_os.c           | 12 ++++-----
 8 files changed, 72 insertions(+), 54 deletions(-)

Comments

Martin K. Petersen March 25, 2024, 10:17 p.m. UTC | #1
Ranjan,

> Few Enhancements and minor fixes of mpi3mr driver.

Applied to 6.10/scsi-staging, thanks!