* Performance of the MTD device and JFFS2
@ 2005-01-21 3:29 Vahid Fereydunkolahi
2005-01-21 9:43 ` Artem B. Bityuckiy
0 siblings, 1 reply; 5+ messages in thread
From: Vahid Fereydunkolahi @ 2005-01-21 3:29 UTC (permalink / raw)
To: linux-mtd
Hi All,
I have just checked out the latest version of the MTD
and JFFS2 from the
":pserver:anoncvs@cvs.infradead.org:/home/cvs". I
noticed that the mount/read/write operations on
"mtdblock"s are much slower than the version I checke
out 4 to 5 month ago.
Anybody has any information in this regard?
--vahid
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Performance of the MTD device and JFFS2
2005-01-21 3:29 Performance of the MTD device and JFFS2 Vahid Fereydunkolahi
@ 2005-01-21 9:43 ` Artem B. Bityuckiy
2005-01-21 18:17 ` Vahid Fereydunkolahi
0 siblings, 1 reply; 5+ messages in thread
From: Artem B. Bityuckiy @ 2005-01-21 9:43 UTC (permalink / raw)
To: Vahid Fereydunkolahi; +Cc: linux-mtd
On Thu, 20 Jan 2005, Vahid Fereydunkolahi wrote:
> Hi All,
> I have just checked out the latest version of the MTD
> and JFFS2 from the
> ":pserver:anoncvs@cvs.infradead.org:/home/cvs". I
> noticed that the mount/read/write operations on
> "mtdblock"s are much slower than the version I checke
> out 4 to 5 month ago.
>
> Anybody has any information in this regard?
Think would be nice to come with digits.
Try to profile it.
>
> --vahid
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail - You care about security. So do we.
> http://promotions.yahoo.com/new_mail
>
> ______________________________________________________
> Linux MTD discussion mailing list
> http://lists.infradead.org/mailman/listinfo/linux-mtd/
>
--
Best Regards,
Artem B. Bityuckiy,
St.-Petersburg, Russia.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Performance of the MTD device and JFFS2
2005-01-21 9:43 ` Artem B. Bityuckiy
@ 2005-01-21 18:17 ` Vahid Fereydunkolahi
2005-01-24 10:32 ` Artem B. Bityuckiy
0 siblings, 1 reply; 5+ messages in thread
From: Vahid Fereydunkolahi @ 2005-01-21 18:17 UTC (permalink / raw)
To: Artem B. Bityuckiy; +Cc: linux-mtd
I erased the whole flash. I copied a 500KB file to the
NAND flash. Then I copied the file from the NAND flash
to the same directory with different name. This means
read and write operation on empty flash. With the old
version it takes around 2 seconds, with the new
version it takes more than 12 seconds (I am using the
ZLIB for compression).
I wish I had the version iformation of the old MTD and
JFFS2, but I do not (It should be from 4 month ago).
--vahid
> Think would be nice to come with digits.
> Try to profile it.
__________________________________
Do you Yahoo!?
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Performance of the MTD device and JFFS2
2005-01-21 18:17 ` Vahid Fereydunkolahi
@ 2005-01-24 10:32 ` Artem B. Bityuckiy
2005-01-24 18:14 ` Vahid Fereydunkolahi
0 siblings, 1 reply; 5+ messages in thread
From: Artem B. Bityuckiy @ 2005-01-24 10:32 UTC (permalink / raw)
To: Vahid Fereydunkolahi; +Cc: linux-mtd
On Fri, 2005-01-21 at 10:17 -0800, Vahid Fereydunkolahi wrote:
> I erased the whole flash. I copied a 500KB file to the
> NAND flash. Then I copied the file from the NAND flash
> to the same directory with different name. This means
> read and write operation on empty flash. With the old
> version it takes around 2 seconds, with the new
> version it takes more than 12 seconds (I am using the
> ZLIB for compression).
>
> I wish I had the version iformation of the old MTD and
> JFFS2, but I do not (It should be from 4 month ago).
>
> --vahid
>
Sorry Vahid, don't know what happened. May only suggest:
1. Check may be your NAND flash driver has degraded. Why do you think
the reason is JFFS2?
2. Try to profile your linux system.
3. Try to find your old linux..
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Performance of the MTD device and JFFS2
2005-01-24 10:32 ` Artem B. Bityuckiy
@ 2005-01-24 18:14 ` Vahid Fereydunkolahi
0 siblings, 0 replies; 5+ messages in thread
From: Vahid Fereydunkolahi @ 2005-01-24 18:14 UTC (permalink / raw)
To: dedekind; +Cc: linux-mtd
I am using the same Linux kernel for both: Linux
2.4.17. The components that are changed are MTD and
JFFS2 (I ported them to Linux 2.4.17).
--vahid
> Sorry Vahid, don't know what happened. May only
> suggest:
> 1. Check may be your NAND flash driver has degraded.
> Why do you think
> the reason is JFFS2?
> 2. Try to profile your linux system.
> 3. Try to find your old linux..
>
>
>
>
__________________________________
Do you Yahoo!?
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-01-24 18:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-21 3:29 Performance of the MTD device and JFFS2 Vahid Fereydunkolahi
2005-01-21 9:43 ` Artem B. Bityuckiy
2005-01-21 18:17 ` Vahid Fereydunkolahi
2005-01-24 10:32 ` Artem B. Bityuckiy
2005-01-24 18:14 ` Vahid Fereydunkolahi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox