Re: [PATCH 1/2] block: Introduce nr_sched_batch sys interface
From: Bart Van Assche
Date: Wed Jul 20 2022 - 12:21:02 EST
On 7/20/22 02:30, Wang You wrote:
The function of this patch is to add an nr_sched_batch interface under
/sys/block/sdx/queue/, which can be used to set the number of batching
requests. Of course, the default value is nr_requests and will follow
nr_request when it has not been changed.
How can reducing the number of batched requests increase performance?
Please provide performance numbers.
Thanks,
Bart.