block: skip QUEUE_FLAG_STATS and rq-qos for passthrough io
authorKundan Kumar <kundan.kumar@samsung.com>
Thu, 23 Nov 2023 19:03:31 +0000 (00:33 +0530)
committerJens Axboe <axboe@kernel.dk>
Sat, 2 Dec 2023 01:29:18 +0000 (18:29 -0700)
commit847c5bcdfb41704e52930783b028302f415a3209
tree5d4f1b58567dfda825648d621c88be920555693d
parent8fadb86d4ced8b8349a3b227d6d66736ff150819
block: skip QUEUE_FLAG_STATS and rq-qos for passthrough io

Write-back throttling (WBT) enables QUEUE_FLAG_STATS on the request
queue. But WBT does not make sense for passthrough io, so skip
QUEUE_FLAG_STATS processing.

Also skip rq_qos_issue/done for passthrough io.

Overall, the change gives ~11% hike in peak performance.

Signed-off-by: Kundan Kumar <kundan.kumar@samsung.com>
Signed-off-by: Kanchan Joshi <joshi.k@samsung.com>
Link: https://lore.kernel.org/r/20231123190331.7934-1-kundan.kumar@samsung.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c
block/blk-rq-qos.h