Re: [PATCH] arm64: defconfig: enable IOSCHED_DEADLINE

2018-03-09 Thread Wei Xu
Hi John, On 2018/1/30 13:22, John Garry wrote: > For certain workloads the deadline IO scheduler offers > particular advantages over other schedulers and has shown > to perform better, so enable it. > > The default IO scheduler is unaffected by this change, and > currently is CFQ. > > Signed-off

[PATCH] arm64: defconfig: enable IOSCHED_DEADLINE

2018-01-30 Thread John Garry
For certain workloads the deadline IO scheduler offers particular advantages over other schedulers and has shown to perform better, so enable it. The default IO scheduler is unaffected by this change, and currently is CFQ. Signed-off-by: John Garry diff --git a/arch/arm64/configs/defconfig b/ar