linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] nvmet_fc: bug fixes and lldd api mods
@ 2017-03-24  3:43 jsmart2021
  2017-03-24  3:43 ` [PATCH 1/5] nvmet_fc: add target feature flags for upcall isr contexts jsmart2021
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: jsmart2021 @ 2017-03-24  3:43 UTC (permalink / raw)


From: James Smart <jsmart2021@gmail.com>

This patch set contains modifications to the lldd api on the target
side to specify isr vs threaded calling contexts, address the manner in
which the transport releases io contexts back to the lldd, and addresses
the abort interface.

Any modifications to the lpfc driver are isolated to nvme-specific files.
Therefore any mods should be able to go in through the blk tree and avoid
the scsi tree.


James Smart (5):
  nvmet_fc: add target feature flags for upcall isr contexts
  nvmet_fc: add req_release to lldd api
  nvme_fcloop: split job struct from transport for req_release
  nvmet_fc: Rework target side abort handling
  nvmet_fc: add missing reference in add_port

 drivers/nvme/target/fc.c       | 251 +++++++++++++++++++++++++++++++----------
 drivers/nvme/target/fcloop.c   | 197 ++++++++++++++++++++++++++------
 drivers/scsi/lpfc/lpfc_nvmet.c | 126 ++++++++++++++++-----
 drivers/scsi/lpfc/lpfc_nvmet.h |   7 +-
 include/linux/nvme-fc-driver.h |  97 +++++++++++-----
 5 files changed, 523 insertions(+), 155 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2017-04-20 11:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-24  3:43 [PATCH 0/5] nvmet_fc: bug fixes and lldd api mods jsmart2021
2017-03-24  3:43 ` [PATCH 1/5] nvmet_fc: add target feature flags for upcall isr contexts jsmart2021
2017-04-20 10:58   ` Sagi Grimberg
2017-03-24  3:43 ` [PATCH 2/5] nvmet_fc: add req_release to lldd api jsmart2021
2017-04-20 11:02   ` Sagi Grimberg
2017-03-24  3:43 ` [PATCH 3/5] nvme_fcloop: split job struct from transport for req_release jsmart2021
2017-04-20 11:06   ` Sagi Grimberg
2017-03-24  3:43 ` [PATCH 4/5] nvmet_fc: Rework target side abort handling jsmart2021
2017-04-20 11:15   ` Sagi Grimberg
2017-03-24  3:43 ` [PATCH 5/5] nvmet_fc: add missing reference in add_port jsmart2021
2017-04-20 11:16   ` Sagi Grimberg
2017-04-05  8:05 ` [PATCH 0/5] nvmet_fc: bug fixes and lldd api mods Sagi Grimberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).