mbox series

[v4,0/9] qed/qedf: Firmware recovery, bw update and misc fixes.

Message ID 20200416084314.18851-1-skashyap@marvell.com (mailing list archive)
Headers show
Series qed/qedf: Firmware recovery, bw update and misc fixes. | expand

Message

Saurav Kashyap April 16, 2020, 8:43 a.m. UTC
Hi Martin,

Kindly apply this series to scsi tree at your earliest convenience.

v3->v4
 - Description updated for patches 1,6,7 and 9.
 - Patch "Fix for the deviations from the SAM-4 spec." divided into 3
	- Increase the upper limit of retry delay.
	- Acquire rport_lock for resetting the delay_timestamp
	- Honor status qualifier in FCP_RSP per spec.

v2->v3
 - Removed version update patch.

v1->v2
 - Function qedf_schedule_recovery_handler marked static
 - Function qedf_recovery_handler marked static

Thanks,
~Saurav
 

Chad Dupuis (2):
  qedf: Add schedule recovery handler.
  qedf: Fix crash when MFW calls for protocol stats while function is
    still probing.

Javed Hasan (3):
  qedf: Increase the upper limit of retry delay.
  qedf: Acquire rport_lock for resetting the delay_timestamp
  qedf: Honor status qualifier in FCP_RSP per spec.

Saurav Kashyap (3):
  qedf: Keep track of num of pending flogi.
  qedf: Implement callback for bw_update.
  qedf: Get dev info after updating the params.

Sudarsana Reddy Kalluru (1):
  qed: Send BW update notifications to the protocol drivers.

 drivers/net/ethernet/qlogic/qed/qed.h      |   1 +
 drivers/net/ethernet/qlogic/qed/qed_main.c |   9 ++
 drivers/scsi/qedf/qedf.h                   |   6 +-
 drivers/scsi/qedf/qedf_io.c                |  47 +++++++---
 drivers/scsi/qedf/qedf_main.c              | 135 ++++++++++++++++++++++++++++-
 include/linux/qed/qed_if.h                 |   1 +
 6 files changed, 184 insertions(+), 15 deletions(-)

Comments

Martin K. Petersen April 17, 2020, 9:57 p.m. UTC | #1
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!