All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] refactor nvme-pci cq processing
@ 2017-06-18 14:28 Sagi Grimberg
  2017-06-18 14:28 ` [PATCH v2 1/4] nvme-pci: Introduce nvme_ring_cq_doorbell Sagi Grimberg
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Sagi Grimberg @ 2017-06-18 14:28 UTC (permalink / raw)


Some preps for my non-selective polling patches that got
left out. I should revisit those soon.

Changes from v1:
- separated patch #1 into:
  - introduce nvme_ring_cq_doorbell
  - factor out cqe handling
  - factor out the cqe read mechanics
- dropped the budget patch
- got rid of __nvme_process_cq

Sagi Grimberg (4):
  nvme-pci: Introduce nvme_ring_cq_doorbell
  nvme-pci: factor out cqe handling into a dedicated routine
  nvme-pci: factor out the cqe reading mechanics from __nvme_process_cq
  nvme-pci: open-code polling logic in nvme_poll

 drivers/nvme/host/pci.c | 130 ++++++++++++++++++++++++++++--------------------
 1 file changed, 76 insertions(+), 54 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-06-19 16:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-18 14:28 [PATCH v2 0/4] refactor nvme-pci cq processing Sagi Grimberg
2017-06-18 14:28 ` [PATCH v2 1/4] nvme-pci: Introduce nvme_ring_cq_doorbell Sagi Grimberg
2017-06-19  7:01   ` Christoph Hellwig
2017-06-19 16:11   ` Keith Busch
2017-06-18 14:28 ` [PATCH v2 2/4] nvme-pci: factor out cqe handling into a dedicated routine Sagi Grimberg
2017-06-19  7:01   ` Christoph Hellwig
2017-06-19 16:12   ` Keith Busch
2017-06-18 14:28 ` [PATCH v2 3/4] nvme-pci: factor out the cqe reading mechanics from __nvme_process_cq Sagi Grimberg
2017-06-19  7:04   ` Christoph Hellwig
2017-06-19 16:19   ` Keith Busch
2017-06-19 16:32     ` Sagi Grimberg
2017-06-18 14:28 ` [PATCH v2 4/4] nvme-pci: open-code polling logic in nvme_poll Sagi Grimberg
2017-06-19  7:05   ` Christoph Hellwig
2017-06-19 16:32   ` Keith Busch

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.