All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] Few patches extracted from the centralization set
@ 2017-07-04  7:57 Sagi Grimberg
  2017-07-04  7:57 ` [PATCH v2 1/8] nvme: move queue_count to the nvme_ctrl Sagi Grimberg
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Sagi Grimberg @ 2017-07-04  7:57 UTC (permalink / raw)


Feedback was that they made sense on their own.
Plus also few patches that I came up with.

The repetition of patches seem to highlight the fact that we
will benefit centralization of shared logic.

Changes from v1:
- collected review tags
- take minimum of nr_io_queues and lport->max_hw_queues in nvme-fc
- added patch to reuse blk_mq_delay_run_hw_queue in nvme-fc 

Sagi Grimberg (8):
  nvme: move queue_count to the nvme_ctrl
  nvme: move ctrl cap to struct nvme_ctrl
  nvme-pci: rename to nvme_pci_configure_admin_queue
  nvme-fc: don't override opts->nr_io_queues
  nvme-rdma: update tagset nr_hw_queues after reconnecting/resetting
  nvme-loop: update tagset nr_hw_queues after reconnecting/resetting
  nvme-fc: update tagset nr_hw_queues after queues reinit
  nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding it

 drivers/nvme/host/fc.c     | 64 ++++++++++++++++++++++++----------------------
 drivers/nvme/host/nvme.h   |  2 ++
 drivers/nvme/host/pci.c    | 39 +++++++++++++---------------
 drivers/nvme/host/rdma.c   | 55 +++++++++++++++++++++------------------
 drivers/nvme/target/loop.c | 25 +++++++++---------
 5 files changed, 97 insertions(+), 88 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-07-05 17:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-04  7:57 [PATCH v2 0/8] Few patches extracted from the centralization set Sagi Grimberg
2017-07-04  7:57 ` [PATCH v2 1/8] nvme: move queue_count to the nvme_ctrl Sagi Grimberg
2017-07-04  7:57 ` [PATCH v2 2/8] nvme: move ctrl cap to struct nvme_ctrl Sagi Grimberg
2017-07-04  7:57 ` [PATCH v2 3/8] nvme-pci: rename to nvme_pci_configure_admin_queue Sagi Grimberg
2017-07-04  7:57 ` [PATCH v2 4/8] nvme-fc: don't override opts->nr_io_queues Sagi Grimberg
2017-07-04  7:57 ` [PATCH v2 5/8] nvme-rdma: update tagset nr_hw_queues after reconnecting/resetting Sagi Grimberg
2017-07-04  7:57 ` [PATCH v2 6/8] nvme-loop: " Sagi Grimberg
2017-07-04  7:57 ` [PATCH v2 7/8] nvme-fc: update tagset nr_hw_queues after queues reinit Sagi Grimberg
2017-07-04  7:57 ` [PATCH v2 8/8] nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding it Sagi Grimberg
2017-07-05 17:27   ` 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.