Re: [dm-devel] [PATCH 04/13] aoe: set an optimal I/O size

2020-09-24 Thread Martin K. Petersen
Christoph, > aoe forces a larger readahead size, but any reason to do larger I/O is > not limited to readahead. Also set the optimal I/O size, and remove > the local constants in favor of just using SZ_2G. Reviewed-by: Martin K. Petersen -- Martin K. Petersen Oracle Linux Engineering

[dm-devel] [PATCH 04/13] aoe: set an optimal I/O size

2020-09-24 Thread Christoph Hellwig
aoe forces a larger readahead size, but any reason to do larger I/O is not limited to readahead. Also set the optimal I/O size, and remove the local constants in favor of just using SZ_2G. Signed-off-by: Christoph Hellwig Reviewed-by: Jan Kara --- drivers/block/aoe/aoeblk.c | 4 ++-- 1 file

Re: [dm-devel] [PATCH 04/13] aoe: set an optimal I/O size

2020-09-22 Thread Jan Kara
On Mon 21-09-20 10:07:25, Christoph Hellwig wrote: > aoe forces a larger readahead size, but any reason to do larger I/O > is not limited to readahead. Also set the optimal I/O size, and > remove the local constants in favor of just using SZ_2G. > > Signed-off-by: Christoph Hellwig Looks good.

[dm-devel] [PATCH 04/13] aoe: set an optimal I/O size

2020-09-21 Thread Christoph Hellwig
aoe forces a larger readahead size, but any reason to do larger I/O is not limited to readahead. Also set the optimal I/O size, and remove the local constants in favor of just using SZ_2G. Signed-off-by: Christoph Hellwig --- drivers/block/aoe/aoeblk.c | 4 ++-- 1 file changed, 2