blk-throttle: improve bypassing bios checkings
authorYu Kuai <yukuai3@huawei.com>
Wed, 21 Sep 2022 09:53:09 +0000 (17:53 +0800)
committerJens Axboe <axboe@kernel.dk>
Sat, 24 Sep 2022 14:59:43 +0000 (08:59 -0600)
commit81c7a63abc7c0be572b4f853e913ce93a34f6e1b
tree3358a474ca304876e431085299e980128c58116e
parent85496749904016f36b69332f73a1cf3ecfee828f
blk-throttle: improve bypassing bios checkings

"tg->has_rules" is extended to "tg->has_rules_iops/bps", thus bios that
don't need to be throttled can be checked accurately.

With this patch, bio will be throttled if:

1) Bio is read/write, and corresponding read/write iops limit exist.
2) If corresponding doesn't exist, corresponding bps limit exist and
bio is not throttled before.

Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Acked-by: Tejun Heo <tj@kernel.org>
Link: https://lore.kernel.org/r/20220921095309.1481289-3-yukuai1@huaweicloud.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-throttle.c
block/blk-throttle.h