From: Ming Lei <ming.lei@redhat.com>
To: Bart Van Assche <bvanassche@acm.org>
Cc: Jens Axboe <axboe@kernel.dk>,
linux-block@vger.kernel.org, Christoph Hellwig <hch@lst.de>
Subject: Re: [PATCH v2 3/3] block: Improve blk_mq_get_sq_hctx()
Date: Thu, 16 Jun 2022 09:32:29 +0800 [thread overview]
Message-ID: <YqqILdzCPbwB+Pk7@T590> (raw)
In-Reply-To: <20220615210136.1032199-4-bvanassche@acm.org>
On Wed, Jun 15, 2022 at 02:01:36PM -0700, Bart Van Assche wrote:
> Since the introduction of blk_mq_get_hctx_type() the operation type in
> the second argument of blk_mq_get_hctx_type() matters. Make sure that
> blk_mq_get_sq_hctx() selects a hardware queue of type HCTX_TYPE_DEFAULT
> instead of a hardware queue of type HCTX_TYPE_READ.
>
> Cc: Ming Lei <ming.lei@redhat.com>
> Cc: Christoph Hellwig <hch@lst.de>
> Signed-off-by: Bart Van Assche <bvanassche@acm.org>
> ---
> block/blk-mq.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/block/blk-mq.c b/block/blk-mq.c
> index e9bf950983c7..7a5558bbc7f6 100644
> --- a/block/blk-mq.c
> +++ b/block/blk-mq.c
> @@ -2168,7 +2168,7 @@ static struct blk_mq_hw_ctx *blk_mq_get_sq_hctx(struct request_queue *q)
> * just causes lock contention inside the scheduler and pointless cache
> * bouncing.
> */
> - struct blk_mq_hw_ctx *hctx = blk_mq_map_queue(q, 0, ctx);
> + struct blk_mq_hw_ctx *hctx = ctx->hctxs[HCTX_TYPE_DEFAULT];
>
> if (!blk_mq_hctx_stopped(hctx))
> return hctx;
Looks fine, since the original behavior is to return hctx with HCTX_TYPE_DEFAULT
before commit 5d05426e2d5f ("blk-mq: don't touch ->tagset in blk_mq_get_sq_hctx").
Reviewed-by: Ming Lei <ming.lei@redhat.com>
thanks,
Ming
prev parent reply other threads:[~2022-06-16 1:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-15 21:01 [PATCH v2 0/3] Three small block layer patches Bart Van Assche
2022-06-15 21:01 ` [PATCH v2 1/3] blk-iocost: Simplify ioc_rqos_done() Bart Van Assche
2022-06-17 9:59 ` Johannes Thumshirn
2022-06-15 21:01 ` [PATCH v2 2/3] block: Rename a blk_mq_map_queue() argument Bart Van Assche
2022-06-17 9:59 ` Johannes Thumshirn
2022-06-15 21:01 ` [PATCH v2 3/3] block: Improve blk_mq_get_sq_hctx() Bart Van Assche
2022-06-15 21:29 ` Jens Axboe
2022-06-16 1:32 ` Ming Lei [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YqqILdzCPbwB+Pk7@T590 \
--to=ming.lei@redhat.com \
--cc=axboe@kernel.dk \
--cc=bvanassche@acm.org \
--cc=hch@lst.de \
--cc=linux-block@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox