Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] nvme-pci: Simpler completions
@ 2020-03-02 19:46 Keith Busch
  2020-03-02 19:46 ` [PATCH 1/2] nvme-pci: Remove tag from process cq Keith Busch
  2020-03-02 19:46 ` [PATCH 2/2] nvme-pci: Remove two-pass completions Keith Busch
  0 siblings, 2 replies; 7+ messages in thread
From: Keith Busch @ 2020-03-02 19:46 UTC (permalink / raw)
  To: linux-nvme, hch, sagi; +Cc: Keith Busch, bijan.mottahedeh

This actually demostrates a modest performance increase, and that's
always nice.

The first patch prepares for cq doorbell ringing without the start/end
check, the second one is the real work.

Keith Busch (2):
  nvme-pci: Remove tag from process cq
  nvme-pci: Remove two-pass completions

 drivers/nvme/host/pci.c | 48 ++++++++++++-----------------------------
 1 file changed, 14 insertions(+), 34 deletions(-)

-- 
2.24.1


_______________________________________________
linux-nvme mailing list
linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

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

end of thread, other threads:[~2020-03-05 20:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-02 19:46 [PATCH 0/2] nvme-pci: Simpler completions Keith Busch
2020-03-02 19:46 ` [PATCH 1/2] nvme-pci: Remove tag from process cq Keith Busch
2020-03-04 16:05   ` Christoph Hellwig
2020-03-04 16:45     ` Keith Busch
2020-03-02 19:46 ` [PATCH 2/2] nvme-pci: Remove two-pass completions Keith Busch
2020-03-04 16:08   ` Christoph Hellwig
2020-03-05 20:52   ` Sagi Grimberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox