All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Few patches extracted from the centralization set
@ 2017-06-29 11:09 Sagi Grimberg
  2017-06-29 11:09 ` [PATCH 1/7] nvme: move queue_count to the nvme_ctrl Sagi Grimberg
                   ` (7 more replies)
  0 siblings, 8 replies; 33+ messages in thread
From: Sagi Grimberg @ 2017-06-29 11:09 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.

Sagi Grimberg (7):
  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

 drivers/nvme/host/fc.c     | 55 ++++++++++++++++++++++++----------------------
 drivers/nvme/host/nvme.h   |  2 ++
 drivers/nvme/host/pci.c    | 37 ++++++++++++++-----------------
 drivers/nvme/host/rdma.c   | 55 +++++++++++++++++++++++++---------------------
 drivers/nvme/target/loop.c | 25 +++++++++++----------
 5 files changed, 91 insertions(+), 83 deletions(-)

-- 
2.7.4

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

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

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-29 11:09 [PATCH 0/7] Few patches extracted from the centralization set Sagi Grimberg
2017-06-29 11:09 ` [PATCH 1/7] nvme: move queue_count to the nvme_ctrl Sagi Grimberg
2017-06-29 11:17   ` Johannes Thumshirn
2017-06-29 13:33   ` Max Gurtovoy
2017-06-29 14:51   ` Christoph Hellwig
2017-06-29 15:03   ` James Smart
2017-07-05 16:23   ` Keith Busch
2017-06-29 11:09 ` [PATCH 2/7] nvme: move ctrl cap to struct nvme_ctrl Sagi Grimberg
2017-06-29 11:18   ` Johannes Thumshirn
2017-06-29 13:36   ` Max Gurtovoy
2017-06-29 14:52   ` Christoph Hellwig
2017-06-29 11:09 ` [PATCH 3/7] nvme-pci: rename to nvme_pci_configure_admin_queue Sagi Grimberg
2017-06-29 11:21   ` Johannes Thumshirn
2017-06-29 13:36   ` Max Gurtovoy
2017-06-29 14:52   ` Christoph Hellwig
2017-07-05 16:23   ` Keith Busch
2017-06-29 11:09 ` [PATCH 4/7] nvme-fc: don't override opts->nr_io_queues Sagi Grimberg
2017-06-29 11:29   ` Johannes Thumshirn
2017-06-29 13:43   ` Max Gurtovoy
2017-06-29 14:52   ` Christoph Hellwig
2017-06-29 15:11   ` James Smart
2017-07-02  8:10     ` Sagi Grimberg
2017-07-03 17:46       ` James Smart
2017-06-29 11:09 ` [PATCH 5/7] nvme-rdma: update tagset nr_hw_queues after reconnecting/resetting Sagi Grimberg
2017-06-29 11:31   ` Johannes Thumshirn
2017-06-29 14:53   ` Christoph Hellwig
2017-06-29 11:09 ` [PATCH 6/7] nvme-loop: " Sagi Grimberg
2017-06-29 11:31   ` Johannes Thumshirn
2017-06-29 14:53   ` Christoph Hellwig
2017-06-29 11:09 ` [PATCH 7/7] nvme-fc: update tagset nr_hw_queues after queues reinit Sagi Grimberg
2017-06-29 11:31   ` Johannes Thumshirn
2017-06-29 14:53   ` Christoph Hellwig
2017-06-29 16:34 ` [PATCH 0/7] Few patches extracted from the centralization set 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.