mbox series

[00/12] qedf: Changes to log messages

Message ID 20190422054501.3224-1-skashyap@marvell.com (mailing list archive)
Headers show
Series qedf: Changes to log messages | expand

Message

Saurav Kashyap April 22, 2019, 5:44 a.m. UTC
Hi Martin,

This series improve the log messages to improve the debugging. 

Kindly apply this series to scsi-queue at your earliest convenience.

Thanks,
~Saurav

Chad Dupuis (5):
  qedf: Change MSI-X load error message.
  qedf: Add driver state to 'driver_stats' debugfs node.
  qedf: Print scsi_cmd backpointer in good completion path if the
    command is still being used.
  qedf: Add LBA to underrun debug messages.
  qedf: Add port_id for fcport into initiate_cleanup debug message.

Saurav Kashyap (7):
  qedf: Add comment to display logging levels.
  qedf: Check for fcoe_libfc_config failure.
  qedf: Log message if scsi_add_host fails.
  qedf: Check the return value of start_xmit.
  qedf: Print fcport information on wait for upload timeout.
  qedf: Add return value to log message if scsi_add_host fails.
  qedf: Update the driver version to 8.37.25.20.

 drivers/scsi/qedf/qedf.h         |  6 +++++
 drivers/scsi/qedf/qedf_debugfs.c | 55 +++++++++++++++++++++++++++++++++++++---
 drivers/scsi/qedf/qedf_fip.c     | 17 +++++++++++--
 drivers/scsi/qedf/qedf_io.c      | 21 +++++++--------
 drivers/scsi/qedf/qedf_main.c    | 32 +++++++++++++++++------
 drivers/scsi/qedf/qedf_version.h |  4 +--
 6 files changed, 110 insertions(+), 25 deletions(-)

Comments

Martin K. Petersen April 29, 2019, 11:59 a.m. UTC | #1
Saurav,

> This series improve the log messages to improve the debugging.

Applied to 5.2/scsi-queue, thanks!