Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit f6b29d22 authored by Yaniv Gardi's avatar Yaniv Gardi
Browse files

defconfig: 8084: Set ROW as the default block I/O scheduler



The ROW block I/O scheduler was developed with the mobile devices needs
in mind, where we favor user experience upon everything else, thus we
want to give READ I/O requests as much priority as possible.

The main idea of the ROW scheduling policy is to dispatch READ requests
with higher priority, while write starvation is considered.

The benefit of ROW block I/O scheduler is to improve the READ throughput
and latency in READ/WRITE collisions.
The READ latency worst case is improved both in sequential and random read
scenarios.
The apq8084_defconfig already has this configuration -
update apq8084-perf_defconfig to match

Change-Id: I988c89111747883c6de67ac9a78123ce7cf2c5ae
Signed-off-by: default avatarYaniv Gardi <ygardi@codeaurora.org>
parent a260c9b2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment