Re: [U-Boot] [PATCH 2/2] test: fat: add test of non-contiguous file reads

2015-10-03 Thread Simon Glass
Hi Stephen, On 2 October 2015 at 06:56, Stephen Warren wrote: > In my patch series to replace fs/fat with "ff.c", I enhanced ff.c to > optimize file reading, so that reads of contiguous clusters are submitted > to the IO device as a single read. This test attempts to

[U-Boot] [PATCH 2/2] test: fat: add test of non-contiguous file reads

2015-10-01 Thread Stephen Warren
In my patch series to replace fs/fat with "ff.c", I enhanced ff.c to optimize file reading, so that reads of contiguous clusters are submitted to the IO device as a single read. This test attempts to torture-test edge-cases of that enhancement. BTW, the only way I found to validate that this