All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 00/15] qedf: Update driver to version 8.18.22.0.
@ 2017-05-31 13:33 Dupuis, Chad
  2017-05-31 13:33 ` [PATCH V2 01/15] qedf: Enable basic FDMI information Dupuis, Chad
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Dupuis, Chad @ 2017-05-31 13:33 UTC (permalink / raw)
  To: martin.petersen; +Cc: linux-scsi, james.bottomley, QLogic-Storage-Upstream

Hi Martin,

Please apply the following patches to the scsi tree at your earliest convenience.

Thanks,
Chad

Change from V1 -> V2:

- Use fc_host attributes directly instead of using fc_host_* macros when setting FDMI attributes
- Fix typos in patch descriptions
- Implement suggested code refactoring for fka_period sysfs attribute
- Keep newly introduced error message strings on one line

Dupuis, Chad (15):
  qedf: Enable basic FDMI information.
  qedf: Update copyright to 2017.
  qedf: Honor qed_ops->common->set_fp_int() return code.
  qedf: Look at all descriptors when processing a clear virtual link.
  qedf: Check that fcport is offloaded before dereferencing pointers in
    initiate_abts|cleanup.
  qedf: Add fka_period SCSI host attribute to show fip keep alive
    period.
  qedf: Set qed logging level to QED_LEVEL_NOTICE.
  qedf: Use same logic for SCSI host reset and FC lip_reset.
  qedf: Add bus_reset No-op.
  qedf: Add non-offload receive filters.
  qedf: Fixup unnecessary parantheses around test_bit operations.
  qedf: Move some prints to a debug level so they do not print when no
    debugging is enabled.
  qedf: Change cmd_per_lun in scsi_host_template to 32 to increase
    performance.
  qedf: Add change_queue_depth member to scsi_host_template().
  qedf: Update version number to 8.18.22.0.

 drivers/scsi/qedf/drv_fcoe_fw_funcs.c |   2 +-
 drivers/scsi/qedf/drv_fcoe_fw_funcs.h |   2 +-
 drivers/scsi/qedf/drv_scsi_fw_funcs.c |   2 +-
 drivers/scsi/qedf/drv_scsi_fw_funcs.h |   2 +-
 drivers/scsi/qedf/qedf.h              |   2 +-
 drivers/scsi/qedf/qedf_attr.c         |  59 +++++++-----
 drivers/scsi/qedf/qedf_dbg.h          |   2 +-
 drivers/scsi/qedf/qedf_debugfs.c      |   2 +-
 drivers/scsi/qedf/qedf_els.c          |   8 +-
 drivers/scsi/qedf/qedf_fip.c          |  22 +++--
 drivers/scsi/qedf/qedf_hsi.h          |   2 +-
 drivers/scsi/qedf/qedf_io.c           |  26 ++++--
 drivers/scsi/qedf/qedf_main.c         | 163 +++++++++++++++++++++++++++++-----
 drivers/scsi/qedf/qedf_version.h      |   8 +-
 14 files changed, 226 insertions(+), 76 deletions(-)

-- 
1.8.5.6

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

end of thread, other threads:[~2017-06-03  0:37 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-31 13:33 [PATCH V2 00/15] qedf: Update driver to version 8.18.22.0 Dupuis, Chad
2017-05-31 13:33 ` [PATCH V2 01/15] qedf: Enable basic FDMI information Dupuis, Chad
2017-05-31 13:33 ` [PATCH V2 02/15] qedf: Update copyright to 2017 Dupuis, Chad
2017-05-31 13:33 ` [PATCH V2 03/15] qedf: Honor qed_ops->common->set_fp_int() return code Dupuis, Chad
2017-05-31 13:33 ` [PATCH V2 04/15] qedf: Look at all descriptors when processing a clear virtual link Dupuis, Chad
2017-05-31 13:33 ` [PATCH V2 05/15] qedf: Check that fcport is offloaded before dereferencing pointers in initiate_abts|cleanup Dupuis, Chad
2017-05-31 13:33 ` [PATCH V2 06/15] qedf: Add fka_period SCSI host attribute to show fip keep alive period Dupuis, Chad
2017-05-31 13:33 ` [PATCH V2 07/15] qedf: Set qed logging level to QED_LEVEL_NOTICE Dupuis, Chad
2017-05-31 13:33 ` [PATCH V2 08/15] qedf: Use same logic for SCSI host reset and FC lip_reset Dupuis, Chad
2017-05-31 13:33 ` [PATCH V2 09/15] qedf: Add bus_reset No-op Dupuis, Chad
2017-05-31 13:33 ` [PATCH V2 10/15] qedf: Add non-offload receive filters Dupuis, Chad
2017-05-31 13:33 ` [PATCH V2 11/15] qedf: Fixup unnecessary parantheses around test_bit operations Dupuis, Chad
2017-05-31 13:33 ` [PATCH V2 12/15] qedf: Move some prints to a debug level so they do not print when no debugging is enabled Dupuis, Chad
2017-05-31 13:34 ` [PATCH V2 13/15] qedf: Change cmd_per_lun in scsi_host_template to 32 to increase performance Dupuis, Chad
2017-05-31 13:34 ` [PATCH V2 14/15] qedf: Add change_queue_depth member to scsi_host_template() Dupuis, Chad
2017-05-31 13:34 ` [PATCH V2 15/15] qedf: Update version number to 8.18.22.0 Dupuis, Chad
2017-06-03  0:37 ` [PATCH V2 00/15] qedf: Update driver to version 8.18.22.0 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.