* disappointed result on enabling EBS on Samsung small page NAND chip
@ 2006-03-31 1:46 Peter J Zhu
2006-04-04 2:01 ` EBS effect Peter J Zhu
0 siblings, 1 reply; 5+ messages in thread
From: Peter J Zhu @ 2006-03-31 1:46 UTC (permalink / raw)
To: linux-mtd
hello,
Recently I enanbled EBS with 2.6.15 on Samsung small
page(oobblock = 512B)NAND chip. The results is as
following:
Without EBS With EBS
Imagesize 31378292B 42379624B
Mouttime 17s ~ 14s ~
The overhead space is too much while providing NOT
high mout time improvement But from the thread
http://mhonarc.axis.se/jffs-dev/msg01763.html,my
results seems too bad compared with what's claimed.
The only diff I can imagine is that he might use big
page NAND. Any hints are very much appreciated.
Thanks
Peter
___________________________________________________________
无限容量雅虎相册,原图等大下载,超快速度,赶快抢注!
http://cn.photos.yahoo.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* EBS effect
2006-03-31 1:46 disappointed result on enabling EBS on Samsung small page NAND chip Peter J Zhu
@ 2006-04-04 2:01 ` Peter J Zhu
2006-04-04 8:36 ` Artem B. Bityutskiy
2006-04-04 8:40 ` Ferenc Havasi
0 siblings, 2 replies; 5+ messages in thread
From: Peter J Zhu @ 2006-04-04 2:01 UTC (permalink / raw)
To: linux-mtd
hello,
Recently I enanbled EBS with 2.6.15 on Samsung small
page(oobblock = 512B)NAND chip. The results is as
following:
Without EBS With EBS
Imagesize 31378292B 42379624B
Mouttime 17s ~ 14s ~
The overhead space is too much while providing NOT
high mout time improvement But from the thread
http://mhonarc.axis.se/jffs-dev/msg01763.html,
results seems too bad compared with what's claimed.
The only diff I can imagine is that he might use big
page NAND. Any hints are very much appreciated.
Thanks
Peter
___________________________________________________________
雅虎1G免费邮箱百分百防垃圾信
http://cn.mail.yahoo.com/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: EBS effect
2006-04-04 2:01 ` EBS effect Peter J Zhu
@ 2006-04-04 8:36 ` Artem B. Bityutskiy
2006-04-05 5:02 ` 回复: " Peter J Zhu
2006-04-04 8:40 ` Ferenc Havasi
1 sibling, 1 reply; 5+ messages in thread
From: Artem B. Bityutskiy @ 2006-04-04 8:36 UTC (permalink / raw)
To: Peter J Zhu; +Cc: linux-mtd
Peter J Zhu wrote:
> hello,
>
> Recently I enanbled EBS with 2.6.15 on Samsung small
> page(oobblock = 512B)NAND chip. The results is as
> following:
>
> Without EBS With EBS
>
> Imagesize 31378292B 42379624B
>
> Mouttime 17s ~ 14s ~
>
> The overhead space is too much while providing NOT
> high mout time improvement But from the thread
> http://mhonarc.axis.se/jffs-dev/msg01763.html,
> results seems too bad compared with what's claimed.
>
> The only diff I can imagine is that he might use big
> page NAND. Any hints are very much appreciated.
>
What's the size of your MTD device?
--
Best Regards,
Artem B. Bityutskiy,
St.-Petersburg, Russia.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: EBS effect
2006-04-04 2:01 ` EBS effect Peter J Zhu
2006-04-04 8:36 ` Artem B. Bityutskiy
@ 2006-04-04 8:40 ` Ferenc Havasi
1 sibling, 0 replies; 5+ messages in thread
From: Ferenc Havasi @ 2006-04-04 8:40 UTC (permalink / raw)
To: Peter J Zhu; +Cc: linux-mtd
Hi Peter,
> The overhead space is too much while providing NOT
> high mout time improvement But from the thread
> http://mhonarc.axis.se/jffs-dev/msg01763.html,
> results seems too bad compared with what's claimed.
>
> The only diff I can imagine is that he might use big
> page NAND. Any hints are very much appreciated.
>
>
The size of the overhead space and the rate of speedup depend on the
size of the erase blocks, not the page size.
What is the size of your erase block? If it is small, unfortunatelly EBS
will not be too effective.
BR,
Ferenc
^ permalink raw reply [flat|nested] 5+ messages in thread
* 回复: Re: EBS effect
2006-04-04 8:36 ` Artem B. Bityutskiy
@ 2006-04-05 5:02 ` Peter J Zhu
0 siblings, 0 replies; 5+ messages in thread
From: Peter J Zhu @ 2006-04-05 5:02 UTC (permalink / raw)
To: Artem B. Bityutskiy; +Cc: linux-mtd
The size of my MTD device is 48M. And I used the small
block NAND with erase block size being 16KB.
--- "Artem B. Bityutskiy" <dedekind@yandex.ru>写道:
> Peter J Zhu wrote:
> > hello,
> >
> > Recently I enanbled EBS with 2.6.15 on Samsung
> small
> > page(oobblock = 512B)NAND chip. The results is
> as
> > following:
> >
> > Without EBS With EBS
> >
> > Imagesize 31378292B 42379624B
> >
> > Mouttime 17s ~ 14s ~
> >
> > The overhead space is too much while providing
> NOT
> > high mout time improvement But from the thread
> > http://mhonarc.axis.se/jffs-dev/msg01763.html,
> > results seems too bad compared with what's
> claimed.
> >
> > The only diff I can imagine is that he might use
> big
> > page NAND. Any hints are very much appreciated.
> >
> What's the size of your MTD device?
>
> --
> Best Regards,
> Artem B. Bityutskiy,
> St.-Petersburg, Russia.
>
>
______________________________________________________
> Linux MTD discussion mailing list
>
http://lists.infradead.org/mailman/listinfo/linux-mtd/
>
____________________________________________________
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-04-05 5:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-31 1:46 disappointed result on enabling EBS on Samsung small page NAND chip Peter J Zhu
2006-04-04 2:01 ` EBS effect Peter J Zhu
2006-04-04 8:36 ` Artem B. Bityutskiy
2006-04-05 5:02 ` 回复: " Peter J Zhu
2006-04-04 8:40 ` Ferenc Havasi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox