public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Kyungmin Park <kyungmin.park@samsung.com>
To: Artem Bityutskiy <dedekind@infradead.org>
Cc: "linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>,
	Adrian Hunter <hunter.programmer@gmail.com>
Subject: OneNAND: read-while-load
Date: Fri, 05 Jan 2007 09:58:22 +0000 (GMT)	[thread overview]
Message-ID: <3488442.114061167991102401.JavaMail.weblogic@ep_ml22> (raw)

Yes, We already knew read-while-loading has better performance than normal read.
Internally we called it 'MRead' (refer another OneNAND open source in samsung web site)

Currently it is best one if the JFFS2 requests read 4KB or more.
and if you are using the mtdblock. it also has benefits

Thank you,
Kyungmin Park

------- Original Message -------
Sender : Artem Bityutskiy<dedekind@infradead.org> 
Date   : Jan 05, 2007 18:01
Title  : Re: OneNAND: read-while-load

Kyungmin, Adrian,

On Fri, 2007-01-05 at 07:15 +0000, Kyungmin Park wrote:
> I will run regression test with this one during this weekend.
> 
> And which program (JFFS2 or UBI) do you use.
> 
> I can't find any performance increase in JFFS2

It depends how you tested it. Surely you notice some performance gain
only if JFFS2 reads more then 2K bytes of data. And this only happens
when you read files's contents, especially if this file's pages were not
compressed to less then 2K.

So a test like:

dd if=/dev/udandom of=/mnt/jffs2/file bs=4K
time dd if=/mnt/jffs2/file of=/dev/null

would be roughly OK.

-- 
Best regards,
Artem Bityutskiy (Битюцкий Артём)




             reply	other threads:[~2007-01-05  9:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-05  9:58 Kyungmin Park [this message]
2007-01-05 10:54 ` OneNAND: read-while-load Artem Bityutskiy
  -- strict thread matches above, loose matches on Subject: below --
2007-01-05  7:15 Kyungmin Park
2007-01-05  8:05 ` Adrian Hunter
2007-01-05  8:41 ` Adrian Hunter
2007-01-05  9:01 ` Artem Bityutskiy
2007-01-04  8:55 Adrian Hunter
2007-01-04 11:35 ` Josh Boyer
2007-01-04 12:14   ` Adrian Hunter
2007-01-04 13:57     ` Josh Boyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3488442.114061167991102401.JavaMail.weblogic@ep_ml22 \
    --to=kyungmin.park@samsung.com \
    --cc=dedekind@infradead.org \
    --cc=hunter.programmer@gmail.com \
    --cc=linux-mtd@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox