All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/9] qed/qedf: Firmware recovery, bw update and misc fixes.
@ 2020-04-16  8:43 Saurav Kashyap
  2020-04-16  8:43 ` [PATCH v4 1/9] qedf: Keep track of num of pending flogi Saurav Kashyap
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Saurav Kashyap @ 2020-04-16  8:43 UTC (permalink / raw)
  To: martin.petersen; +Cc: GR-QLogic-Storage-Upstream, linux-scsi, jhasan, netdev

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(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-04-17 21:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-16  8:43 [PATCH v4 0/9] qed/qedf: Firmware recovery, bw update and misc fixes Saurav Kashyap
2020-04-16  8:43 ` [PATCH v4 1/9] qedf: Keep track of num of pending flogi Saurav Kashyap
2020-04-16  8:43 ` [PATCH v4 2/9] qedf: Increase the upper limit of retry delay Saurav Kashyap
2020-04-16  8:43 ` [PATCH v4 3/9] qedf: Acquire rport_lock for resetting the delay_timestamp Saurav Kashyap
2020-04-16  8:43 ` [PATCH v4 4/9] qedf: Honor status qualifier in FCP_RSP per spec Saurav Kashyap
2020-04-16  8:43 ` [PATCH v4 5/9] qed: Send BW update notifications to the protocol drivers Saurav Kashyap
2020-04-16  8:43 ` [PATCH v4 6/9] qedf: Implement callback for bw_update Saurav Kashyap
2020-04-16  8:43 ` [PATCH v4 7/9] qedf: Add schedule recovery handler Saurav Kashyap
2020-04-16  8:43 ` [PATCH v4 8/9] qedf: Fix crash when MFW calls for protocol stats while function is still probing Saurav Kashyap
2020-04-16  8:43 ` [PATCH v4 9/9] qedf: Get dev info after updating the params Saurav Kashyap
2020-04-16  9:41   ` Sergei Shtylyov
2020-04-17 21:57 ` [PATCH v4 0/9] qed/qedf: Firmware recovery, bw update and misc fixes Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.