From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Ming Lei To: Jens Axboe Cc: linux-block@vger.kernel.org, Ming Lei , Kashyap Desai , Laurence Oberman , Omar Sandoval , Christoph Hellwig , Bart Van Assche , Hannes Reinecke Subject: [PATCH V2 0/3] blk-mq: improve IO perf in case of none io sched Date: Fri, 29 Jun 2018 16:12:49 +0800 Message-Id: <20180629081252.13836-1-ming.lei@redhat.com> List-ID: Hi, The 1st 2 patch improves ctx->lock uses, and it is observed that IOPS may be improved by ~5% in rand IO test on MegaRaid SAS run by Kashyap. The 3rd patch fixes rand IO performance regression on MegaRaid SAS test, still reported by Kashyap. V2: - fix list corruption in patch 1/3 Ming Lei (3): blk-mq: use list_splice_tail_init() to insert requests blk-mq: only attempt to merge bio if there is rq in sw queue blk-mq: dequeue request one by one from sw queue iff hctx is busy block/blk-mq-sched.c | 14 ++++---------- block/blk-mq.c | 38 ++++++++++++++++++++++++++++++-------- include/linux/blk-mq.h | 1 + 3 files changed, 35 insertions(+), 18 deletions(-) Cc: Kashyap Desai Cc: Laurence Oberman Cc: Omar Sandoval Cc: Christoph Hellwig Cc: Bart Van Assche Cc: Hannes Reinecke -- 2.9.5