Re: [PATCH 11/14] block: optimize blk_mq_rq_ctx_init()
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-10-18 09:20:30
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-10-18 09:20:30
On Sat, Oct 16, 2021 at 07:37:45PM -0600, Jens Axboe wrote:
This takes ~4.7% on a peak performance run, with this patch it brings it down to ~3.7%. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> [axboe: rebase and move queuelist init] Signed-off-by: Jens Axboe <axboe@kernel.dk>
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>