All of lore.kernel.org
 help / color / mirror / Atom feed
* rework NVMe command passthrough
@ 2016-10-25 16:09 Christoph Hellwig
  2016-10-25 16:09 ` [PATCH 1/2] nvme: introduce struct nvme_request Christoph Hellwig
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Christoph Hellwig @ 2016-10-25 16:09 UTC (permalink / raw)


Hi all,

this series started out as part of my attempt to get rid of the SCSI
passthrough fields in struct request, but reviewing the NVMe FC patches
and subsequent discussion with James gave them additional priority.

This series introduce? a nvme nvme_request structure common to all
transports, which allows us to stop abusing the SCSI passthrough fields
in struct request, and also allows us to stop passing the full CQE
up to the callers of the request interface which is rather painful
for FC.

^ permalink raw reply	[flat|nested] 13+ messages in thread
* rework NVMe command passthrough V2
@ 2016-11-10 15:32 Christoph Hellwig
  2016-11-10 15:32 ` [PATCH 2/2] nvme: don't pass the full CQE to nvme_complete_async_event Christoph Hellwig
  0 siblings, 1 reply; 13+ messages in thread
From: Christoph Hellwig @ 2016-11-10 15:32 UTC (permalink / raw)


Hi all,

this series started out as part of my attempt to get rid of the SCSI
passthrough fields in struct request, but reviewing the NVMe FC patches
and subsequent discussion with James gave them additional priority.

This series introduces a nvme_request structure common to all transports,
which allows us to stop abusing the SCSI passthrough fields in struct
request, and also allows us to stop passing the full CQE up to the
callers of the request interface which is rather painful for FC.

Changes since V1:
 - fix AER completions

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

end of thread, other threads:[~2016-11-10 15:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-25 16:09 rework NVMe command passthrough Christoph Hellwig
2016-10-25 16:09 ` [PATCH 1/2] nvme: introduce struct nvme_request Christoph Hellwig
2016-10-26 18:05   ` James Smart
     [not found]     ` <2aa1235b-8dae-3399-7d7b-2ebed8ad53c5@broadcom.com>
     [not found]       ` <98e72062-abb2-e596-cbdd-d6f915f8ba4d@broadcom.com>
2016-10-27  7:16         ` Christoph Hellwig
2016-10-27  9:24   ` Sagi Grimberg
2016-10-27 12:30     ` Christoph Hellwig
2016-10-25 16:09 ` [PATCH 2/2] nvme: don't pass the full CQE to nvme_complete_async_event Christoph Hellwig
2016-10-25 16:53   ` Christoph Hellwig
2016-11-09 19:39 ` rework NVMe command passthrough Christoph Hellwig
2016-11-09 20:00   ` Keith Busch
2016-11-09 21:45     ` Christoph Hellwig
2016-11-09 20:54   ` Jens Axboe
2016-11-10 15:32 rework NVMe command passthrough V2 Christoph Hellwig
2016-11-10 15:32 ` [PATCH 2/2] nvme: don't pass the full CQE to nvme_complete_async_event Christoph Hellwig

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.