[U-Boot] [PATCH V5 2/2] ext4fs write support

Wolfgang Denk wd at denx.de
Mon Aug 13 13:55:13 CEST 2012


Dear Uma Shankar,

In message <20120809215050.89DE220401A at gemini.denx.de> I wrote:
> 
> Applied to "ext4" branch, thanks.

I did some performance tests on a MPC5200 based board using the IDE
interface (no DMA):

=> vers

U-Boot 2012.07-00125-ged34f34 (Aug 10 2012 - 09:36:33)
powerpc-linux-gcc (GCC) 4.6.4 20120303 (prerelease)
GNU ld (GNU Binutils) 2.22
=> date ; ext2load ide 0:4 100000 usr-bin.tar 2000000 ; date
Date: 2012-08-10 (Saturday)    Time: 16:27:21
Loading file "usr-bin.tar" from ide device 0:4 hda4
33554432 bytes read
Date: 2012-08-10 (Saturday)    Time: 16:27:48

=================================================

27 seconds => 1.2 MiB/s

=> vers

U-Boot 2012.07 (Aug 02 2012 - 10:31:44)
powerpc-linux-gcc (GCC) 4.6.4 20120303 (prerelease)
GNU ld (GNU Binutils) 2.22
=> date ; ext2load ide 0:4 100000 usr-bin.tar 2000000 ; date
Date: 2012-08-10 (Saturday)    Time: 16:49:31
Loading file "usr-bin.tar" from ide device 0:4 (hda4)
33554432 bytes read
Date: 2012-08-10 (Saturday)    Time: 16:49:57

=================================================

26 seconds => 1.2 MiB/s


So within the accuracy of this measurement,the performance of the new
code compared to the old ext2 code appears to be pretty much the same.

Tested-by: Wolfgang Denk <wd at denx.de>

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Keep your eyes wide open before marriage, half shut afterwards.
                                                 -- Benjamin Franklin


More information about the U-Boot mailing list