From: Wu Fengguang <fengguang.wu@intel.com>
To: "Zhang, Yanmin" <yanmin_zhang@linux.intel.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
Pavel Levshin <lpk@581.spb.su>,
"wli@movementarian.org" <wli@movementarian.org>,
Nick Piggin <npiggin@suse.de>,
Andrew Morton <akpm@linux-foundation.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: fio mmap sequential read 30% regression
Date: Thu, 2 Jul 2009 20:41:28 +0800 [thread overview]
Message-ID: <20090702124128.GB8503@localhost> (raw)
In-Reply-To: <1246521682.2560.490.camel@ymzhang>
On Thu, Jul 02, 2009 at 04:01:22PM +0800, Zhang, Yanmin wrote:
> Comapring with 2.6.30's result, fio mmap sequtial read has
> about 30% regression on one of my stoakley machine with 1
> JBOD (7 SAS disks) with kernel 2.6.31-rc1.
>
> Every disk has 2 partitions and 4 1-GB files per partition. Start
> 10 processes per disk to do mmap read sequentinally.
>
> Bisect down to below patch.
>
> ef00e08e26dd5d84271ef706262506b82195e752 is first bad commit
> commit ef00e08e26dd5d84271ef706262506b82195e752
> Author: Linus Torvalds <torvalds@linux-foundation.org>
> Date: Tue Jun 16 15:31:25 2009 -0700
>
> readahead: clean up and simplify the code for filemap page fault readahead
>
> This shouldn't really change behavior all that much, but the single rather
> complex function with read-ahead inside a loop etc is broken up into more
> manageable pieces.
>
> The behaviour is also less subtle, with the read-ahead being done up-front
> rather than inside some subtle loop and thus avoiding the now unnecessary
> extra state variables (ie "did_readaround" is gone).
>
> Fengguang: the code split in fact fixed a bug reported by Pavel Levshin:
> the PGMAJFAULT accounting used to be bypassed when MADV_RANDOM is set, in
> which case the original code will directly jump to no_cached_page reading.
>
>
> The bisect is stable.
Let me take care of this bug: it may well be caused by my other readahead patches.
Thanks,
Fengguang
next prev parent reply other threads:[~2009-07-02 13:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-02 8:01 fio mmap sequential read 30% regression Zhang, Yanmin
2009-07-02 12:41 ` Wu Fengguang [this message]
2009-07-02 17:10 ` Linus Torvalds
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=20090702124128.GB8503@localhost \
--to=fengguang.wu@intel.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lpk@581.spb.su \
--cc=npiggin@suse.de \
--cc=torvalds@linux-foundation.org \
--cc=wli@movementarian.org \
--cc=yanmin_zhang@linux.intel.com \
/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