linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 0/4] blk-mq: queue mapping fix & improvement
@ 2018-12-17 12:08 Ming Lei
  2018-12-17 12:08 ` [PATCH V3 1/3] blk-mq: fix allocation for queue mapping table Ming Lei
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Ming Lei @ 2018-12-17 12:08 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, Ming Lei, Christoph Hellwig

Hi,

The 1st patch fixes allocation for queue mapping table.

The 2nd patch exports hctx->type in debugfs, so that we can write
debugfs based test for verifying if queue mapping is valid.

The 3rd patch fixes dispatch from sw queue when there is either
write queue or poll queue.


V3:
	- drop the original 2nd patch, which can be done by hch's two
	patches
	- add changelog on patch3

V2:
	- remove hctx->type export from sysfs
	- take hch's patch to fix shared queue mapping
	- add the patch 3

Ming Lei (3):
  blk-mq: fix allocation for queue mapping table
  blk-mq: export hctx->type in debugfs instead of sysfs
  blk-mq: fix dispatch from sw queue

 block/blk-mq-debugfs.c | 85 ++++++++++++++++++++++++++++++++------------------
 block/blk-mq-sched.c   | 23 +++++++++-----
 block/blk-mq-sysfs.c   | 17 ----------
 block/blk-mq.c         | 54 +++++++++++++++++++-------------
 block/blk-mq.h         | 10 +++---
 5 files changed, 108 insertions(+), 81 deletions(-)

Cc: Christoph Hellwig <hch@lst.de>

-- 
2.9.5


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

end of thread, other threads:[~2018-12-17 15:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-17 12:08 [PATCH V3 0/4] blk-mq: queue mapping fix & improvement Ming Lei
2018-12-17 12:08 ` [PATCH V3 1/3] blk-mq: fix allocation for queue mapping table Ming Lei
2018-12-17 12:08 ` [PATCH V3 2/3] blk-mq: export hctx->type in debugfs instead of sysfs Ming Lei
2018-12-17 12:08 ` [PATCH V3 3/3] blk-mq: fix dispatch from sw queue Ming Lei
2018-12-17 12:55   ` Jens Axboe
2018-12-17 13:29     ` Jens Axboe
2018-12-17 15:43       ` Jens Axboe
2018-12-17 12:56 ` [PATCH V3 0/4] blk-mq: queue mapping fix & improvement Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).