From: Himanshu Madhani <himanshu.madhani@cavium.com>
To: James.Bottomley@HansenPartnership.com, martin.petersen@oracle.com
Cc: himanshu.madhani@cavium.com, linux-scsi@vger.kernel.org
Subject: [PATCH 0/7] qla2xxx: Bug fixes for driver
Date: Wed, 19 Jul 2017 11:51:44 -0700 [thread overview]
Message-ID: <20170719185151.8564-1-himanshu.madhani@cavium.com> (raw)
Hi Martin,
This series addresses review comments for previously submitted series for
Target MQ and FC-NVMe support.
Patch 1, 2 addresses review comments by Johannes for FC-NVMe series
(https://www.spinics.net/lists/linux-scsi/msg110077.html)
(https://www.spinics.net/lists/linux-scsi/msg109985.html)
Patch 3 adds completion wq for FC-NVMe error path.
Patch 4 adds ZIO support for FC-NVMe.
Patch 5 simplifies waiting for unregistration of local/remote FC-NVMe ports.
Patch 6 fixes handling of remote-port disconnect for FC-NVMe.
Patch 7 address review comments by Bart for Target Multi-queue.
(https://www.spinics.net/lists/target-devel/msg15563.html)
Please apply these patches to scsi-fixes for inclusion in 4.13.0-rc2.
Thanks,
Himanshu
Duane Grigsby (2):
qla2xxx: Add command completion wq for error path
qla2xxx: Added change to enable ZIO for FC-NVMe devices
Himanshu Madhani (4):
qla2xxx: Cleanup NVMe code.
qla2xxx: Move function prototype to correct header
qla2xxx: Simpify unregistration of FC-NVMe local/remote ports
qla2xxx: Fix remoteport disconnect for FC-NVMe
Quinn Tran (1):
qla2xxx: Refactor usage of Active command arrays
drivers/scsi/qla2xxx/qla_bsg.c | 51 ++++++------
drivers/scsi/qla2xxx/qla_dbg.c | 2 +-
drivers/scsi/qla2xxx/qla_def.h | 45 +++++++----
drivers/scsi/qla2xxx/qla_gbl.h | 14 +---
drivers/scsi/qla2xxx/qla_init.c | 7 +-
drivers/scsi/qla2xxx/qla_inline.h | 23 +++---
drivers/scsi/qla2xxx/qla_iocb.c | 16 ++--
drivers/scsi/qla2xxx/qla_isr.c | 74 ++++++++++++-----
drivers/scsi/qla2xxx/qla_mbx.c | 82 +++++++++++++++----
drivers/scsi/qla2xxx/qla_mr.c | 19 ++---
drivers/scsi/qla2xxx/qla_nvme.c | 162 +++++++++++++++++---------------------
drivers/scsi/qla2xxx/qla_nvme.h | 17 ++++
drivers/scsi/qla2xxx/qla_nx.c | 6 +-
drivers/scsi/qla2xxx/qla_os.c | 69 +++++++++++-----
drivers/scsi/qla2xxx/qla_target.c | 18 +++--
drivers/scsi/qla2xxx/qla_target.h | 5 --
16 files changed, 371 insertions(+), 239 deletions(-)
--
2.12.0
next reply other threads:[~2017-07-19 18:52 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-19 18:51 Himanshu Madhani [this message]
2017-07-19 18:51 ` [PATCH 1/7] qla2xxx: Cleanup NVMe code Himanshu Madhani
2017-07-19 20:44 ` Bart Van Assche
2017-07-19 20:58 ` Madhani, Himanshu
2017-07-20 6:40 ` Johannes Thumshirn
2017-07-20 6:44 ` Johannes Thumshirn
2017-07-19 18:51 ` [PATCH 2/7] qla2xxx: Move function prototype to correct header Himanshu Madhani
2017-07-20 6:49 ` Johannes Thumshirn
2017-07-19 18:51 ` [PATCH 3/7] qla2xxx: Add command completion wq for error path Himanshu Madhani
2017-07-19 20:46 ` Bart Van Assche
2017-07-20 17:17 ` Madhani, Himanshu
2017-07-19 18:51 ` [PATCH 4/7] qla2xxx: Added change to enable ZIO for FC-NVMe devices Himanshu Madhani
2017-07-20 7:00 ` Johannes Thumshirn
2017-07-20 16:55 ` Madhani, Himanshu
2017-07-19 18:51 ` [PATCH 5/7] qla2xxx: Simpify unregistration of FC-NVMe local/remote ports Himanshu Madhani
2017-07-20 7:03 ` Johannes Thumshirn
2017-07-21 16:25 ` Madhani, Himanshu
2017-07-19 18:51 ` [PATCH 6/7] qla2xxx: Fix remoteport disconnect for FC-NVMe Himanshu Madhani
2017-07-20 7:04 ` Johannes Thumshirn
2017-07-19 18:51 ` [PATCH 7/7] qla2xxx: Refactor usage of Active command arrays Himanshu Madhani
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170719185151.8564-1-himanshu.madhani@cavium.com \
--to=himanshu.madhani@cavium.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox