[PATCH 0/2] block/blk-throttle: Fix throttle slice time for SSDs

Guenter Roeck posted 2 patches 2 months ago
block/blk-throttle.c | 45 ++++++++++++++-------------------------------
1 file changed, 14 insertions(+), 31 deletions(-)
[PATCH 0/2] block/blk-throttle: Fix throttle slice time for SSDs
Posted by Guenter Roeck 2 months ago
Since bf20ab538c81 ("blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW"),
the throttle slice time differs between SSD and non-SSD devices. This
causes test failures with slow throttle speeds on SSD devices.

The first patch in the series fixes the problem by restoring the throttle
slice time to a fixed value, matching behavior seen prior to above
mentioned revert. The second patch is optional and replaces the
throtl_slice variable with a constant.

----------------------------------------------------------------
Guenter Roeck (2):
      block/blk-throttle: Fix throttle slice time for SSDs
      block/blk-throttle: Remove throtl_slice from struct throtl_data

 block/blk-throttle.c | 45 ++++++++++++++-------------------------------
 1 file changed, 14 insertions(+), 31 deletions(-)