From: Andrew Morton <akpm@linux-foundation.org>
To: David Miller <davem@davemloft.net>
Cc: npiggin@suse.de, linux-mm@kvack.org
Subject: Re: [patch] radix-tree: avoid atomic allocations for preloaded insertions
Date: Wed, 7 Nov 2007 17:41:14 -0800 [thread overview]
Message-ID: <20071107174114.ff922fec.akpm@linux-foundation.org> (raw)
In-Reply-To: <20071107.173419.22426986.davem@davemloft.net>
> On Wed, 07 Nov 2007 17:34:19 -0800 (PST) David Miller <davem@davemloft.net> wrote:
> From: Andrew Morton <akpm@linux-foundation.org>
> Date: Wed, 7 Nov 2007 17:09:23 -0800
>
> > Why not just stomp the warning with __GFP_NOWARN?
> >
> > Did you consider turning off __GFP_HIGH? (Dunno why)
> >
> > This change will slow things down - has this been quantified? Probably
> > it's unmeasurable, but it's still there.
> >
> > I'd have thought that a superior approach would be to just set
> > __GFP_NOWARN?
>
> I've rerun my test case which triggers this on Niagara 2
> and I no longer get the messages.
With Nick's patch, I assume?
> For reference I first create N 16GB sparse files with
> a script such as:
>
> #!/bin/sh
> #
> # Usage: create_sparse NUM_FILES
>
> for i in $(seq $1)
> do
> dd if=/dev/zero of=sparse_file_$i bs=1MB count=1 seek=$((16 * 1024))
> done
>
> And then I fork off N threads, each running dd over one of
> those sparse files with a script like:
>
> #!/bin/sh
> #
> # Usage: thread_sparse NUM_THREADS
>
> for i in $(seq $1)
> do
> dd bs=1M if=sparse_file_$i of=/dev/null &
> done
>
> wait
>
> On my Niagara 2 box I use '64' for 'N', so I go:
>
> create_sparse 64
> thread_sparse 64
Yeah, draining the GFP_ATOMIC reserves is bad. Setting __GFP_NOWARN and
clearing __GFP_HIGH should plug this, but which appropach is the best?
Unsure.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2007-11-08 1:41 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-08 0:43 Nick Piggin
2007-11-08 1:09 ` Andrew Morton
2007-11-08 1:34 ` David Miller, Andrew Morton
2007-11-08 1:41 ` Andrew Morton [this message]
2007-11-08 1:45 ` David Miller, Andrew Morton
2007-11-08 1:37 ` Nick Piggin
2007-11-08 3:02 ` Andrew Morton
2007-11-08 3:16 ` Nick Piggin
2007-11-08 4:12 ` Andrew Morton
2007-11-08 4:54 ` Nick Piggin
2007-11-08 5:02 ` Andrew Morton
2007-11-08 5:44 ` Nick Piggin
2007-11-08 6:02 ` Andrew Morton
2007-11-08 6:54 ` Nick Piggin
2007-11-08 6:56 ` [patch] nfs: use GFP_NOFS preloads for radix-tree insertion Nick Piggin
2007-11-13 10:55 ` Peter Zijlstra
2007-11-14 4:20 ` Nick Piggin
2007-11-14 9:06 ` Peter Zijlstra
2007-11-14 15:39 ` Nick Piggin
2007-11-08 11:57 ` [patch] radix-tree: avoid atomic allocations for preloaded insertions Peter Zijlstra
2007-11-08 20:37 ` Nick Piggin
2007-11-08 20:47 ` Peter Zijlstra
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=20071107174114.ff922fec.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=davem@davemloft.net \
--cc=linux-mm@kvack.org \
--cc=npiggin@suse.de \
/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