Re: [U-Boot] [RFC][PATCH] block: Enable block cache by default

2018-05-20 Thread Marek Vasut
On 05/21/2018 03:48 AM, Tom Rini wrote: > On Sun, May 20, 2018 at 01:39:07AM +0200, Marek Vasut wrote: >> On 05/20/2018 12:29 AM, Tom Rini wrote: >>> On Sat, May 19, 2018 at 11:39:38PM +0200, Marek Vasut wrote: On 05/19/2018 10:50 PM, Tom Rini wrote: > On Sat, May 19, 2018 at 08:20:30PM +0

Re: [U-Boot] [RFC][PATCH] block: Enable block cache by default

2018-05-20 Thread Tom Rini
On Sun, May 20, 2018 at 01:39:07AM +0200, Marek Vasut wrote: > On 05/20/2018 12:29 AM, Tom Rini wrote: > > On Sat, May 19, 2018 at 11:39:38PM +0200, Marek Vasut wrote: > >> On 05/19/2018 10:50 PM, Tom Rini wrote: > >>> On Sat, May 19, 2018 at 08:20:30PM +0200, Marek Vasut wrote: > On 05/19/201

Re: [U-Boot] [RFC][PATCH] block: Enable block cache by default

2018-05-19 Thread Marek Vasut
On 05/20/2018 12:29 AM, Tom Rini wrote: > On Sat, May 19, 2018 at 11:39:38PM +0200, Marek Vasut wrote: >> On 05/19/2018 10:50 PM, Tom Rini wrote: >>> On Sat, May 19, 2018 at 08:20:30PM +0200, Marek Vasut wrote: On 05/19/2018 04:36 PM, Simon Glass wrote: > On 18 May 2018 at 03:22, Marek Vas

Re: [U-Boot] [RFC][PATCH] block: Enable block cache by default

2018-05-19 Thread Tom Rini
On Sat, May 19, 2018 at 11:39:38PM +0200, Marek Vasut wrote: > On 05/19/2018 10:50 PM, Tom Rini wrote: > > On Sat, May 19, 2018 at 08:20:30PM +0200, Marek Vasut wrote: > >> On 05/19/2018 04:36 PM, Simon Glass wrote: > >>> On 18 May 2018 at 03:22, Marek Vasut wrote: > > The recent ext4 ca

Re: [U-Boot] [RFC][PATCH] block: Enable block cache by default

2018-05-19 Thread Marek Vasut
On 05/19/2018 10:50 PM, Tom Rini wrote: > On Sat, May 19, 2018 at 08:20:30PM +0200, Marek Vasut wrote: >> On 05/19/2018 04:36 PM, Simon Glass wrote: >>> On 18 May 2018 at 03:22, Marek Vasut wrote: The recent ext4 cache discussion would indicate that the block cache is a desired feat

Re: [U-Boot] [RFC][PATCH] block: Enable block cache by default

2018-05-19 Thread Tom Rini
On Sat, May 19, 2018 at 08:20:30PM +0200, Marek Vasut wrote: > On 05/19/2018 04:36 PM, Simon Glass wrote: > > On 18 May 2018 at 03:22, Marek Vasut wrote: > >> > >> The recent ext4 cache discussion would indicate that the block cache > >> is a desired feature, yet hidden and not enabled most of the

Re: [U-Boot] [RFC][PATCH] block: Enable block cache by default

2018-05-19 Thread Marek Vasut
On 05/19/2018 04:36 PM, Simon Glass wrote: > On 18 May 2018 at 03:22, Marek Vasut wrote: >> >> The recent ext4 cache discussion would indicate that the block cache >> is a desired feature, yet hidden and not enabled most of the time. >> Enable the block cache by default since it provides significa

Re: [U-Boot] [RFC][PATCH] block: Enable block cache by default

2018-05-19 Thread Simon Glass
On 18 May 2018 at 03:22, Marek Vasut wrote: > > The recent ext4 cache discussion would indicate that the block cache > is a desired feature, yet hidden and not enabled most of the time. > Enable the block cache by default since it provides significant block > device access performance improvement

[U-Boot] [RFC][PATCH] block: Enable block cache by default

2018-05-18 Thread Marek Vasut
The recent ext4 cache discussion would indicate that the block cache is a desired feature, yet hidden and not enabled most of the time. Enable the block cache by default since it provides significant block device access performance improvement and if there are some users who cannot enable it ie. du