mbox series

[v2,00/10] fnic driver updates

Message ID 20190115010929.15347-1-satishkh@cisco.com (mailing list archive)
Headers show
Series fnic driver updates | expand

Message

Satish Kharat Jan. 15, 2019, 1:09 a.m. UTC
The following patches are bug fixes and update for the fnic driver.

Satish Kharat (10):
  scsi: fnic: support to display 20G port speed
  scsi: fnic: change fnic queue depth to 256
  scsi: fnic: vnic_rq_clean changing BUG_ON to WARN_ON
  scsi: fnic: usign fnic_lock to gaurd fnic->state_flags
  scsi: fnic: Add fnic port speed stat to finc debug stats
  scsi: fnic: fnic stats for max CQs processed and ISR time
  scsi: fnic: Warn when calling io done for IO not issued to fw
  scsi: fnic: delaying vnic dev enable till after req intr
  scsi: fnic: RQ enable and then post descriptors
  scsi: fnic: Impose upper limit on max. # of CQs processed per intr

 drivers/scsi/fnic/fnic.h        |  4 +++-
 drivers/scsi/fnic/fnic_fcs.c    | 10 +++++++++
 drivers/scsi/fnic/fnic_io.h     |  3 ++-
 drivers/scsi/fnic/fnic_isr.c    |  6 ++---
 drivers/scsi/fnic/fnic_main.c   | 19 +++++++++++-----
 drivers/scsi/fnic/fnic_scsi.c   | 40 ++++++++++++++++++++++++++-------
 drivers/scsi/fnic/fnic_stats.h  |  4 ++++
 drivers/scsi/fnic/fnic_trace.c  | 11 +++++++++
 drivers/scsi/fnic/vnic_devcmd.h |  2 ++
 drivers/scsi/fnic/vnic_rq.c     |  2 +-
 10 files changed, 81 insertions(+), 20 deletions(-)

Comments

Martin K. Petersen Jan. 23, 2019, 2:38 a.m. UTC | #1
Satish,

> The following patches are bug fixes and update for the fnic driver.

Applied to 5.1/scsi-queue, thanks!