All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Move tagset reinit to its only current consumer, nvme-core
@ 2017-09-06 15:30 ` Sagi Grimberg
  0 siblings, 0 replies; 22+ messages in thread
From: Sagi Grimberg @ 2017-09-06 15:30 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, linux-nvme, Bart Van Assche, Christoph Hellwig

As suggested by Bart Van Assche, get rid of
blk_mq_reinit_tagset and move it to nvme-core (its
only current consumer).

Instead, introduce a more generic tagset iterator helper.

Sagi Grimberg (3):
  block: introduce blk_mq_tagset_iter
  nvme: introduce nvme_reinit_tagset
  block: remove blk_mq_reinit_tagset

 block/blk-mq-tag.c       | 11 +++++------
 drivers/nvme/host/core.c | 13 +++++++++++++
 drivers/nvme/host/fc.c   |  3 ++-
 drivers/nvme/host/nvme.h |  2 ++
 drivers/nvme/host/rdma.c |  7 +++----
 include/linux/blk-mq.h   |  4 ++--
 6 files changed, 27 insertions(+), 13 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-09-07 15:01 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-06 15:30 [PATCH 0/3] Move tagset reinit to its only current consumer, nvme-core Sagi Grimberg
2017-09-06 15:30 ` Sagi Grimberg
2017-09-06 15:30 ` [PATCH 1/3] block: introduce blk_mq_tagset_iter Sagi Grimberg
2017-09-06 15:30   ` Sagi Grimberg
2017-09-07  9:39   ` Johannes Thumshirn
2017-09-07  9:39     ` Johannes Thumshirn
2017-09-07 14:59   ` Bart Van Assche
2017-09-07 14:59     ` Bart Van Assche
2017-09-06 15:30 ` [PATCH 2/3] nvme: introduce nvme_reinit_tagset Sagi Grimberg
2017-09-06 15:30   ` Sagi Grimberg
2017-09-07  9:42   ` Johannes Thumshirn
2017-09-07  9:42     ` Johannes Thumshirn
2017-09-07 15:01   ` Bart Van Assche
2017-09-07 15:01     ` Bart Van Assche
2017-09-06 15:30 ` [PATCH 3/3] block: remove blk_mq_reinit_tagset Sagi Grimberg
2017-09-06 15:30   ` Sagi Grimberg
2017-09-07  9:43   ` Johannes Thumshirn
2017-09-07  9:43     ` Johannes Thumshirn
2017-09-07 15:01   ` Bart Van Assche
2017-09-07 15:01     ` Bart Van Assche
2017-09-07 10:07 ` [PATCH 0/3] Move tagset reinit to its only current consumer, nvme-core Max Gurtovoy
2017-09-07 10:07   ` Max Gurtovoy

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.