linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Adam Litke <agl@us.ibm.com>
To: Tim Pepper <tpepper@gmail.com>
Cc: linux-mm@kvack.org, Nishanth Aravamudan <nacc@us.ibm.com>,
	Andi Kleen <ak@suse.de>,
	linuxppc-dev@ozlabs.org, Christoph Lameter <clameter@sgi.com>
Subject: Re: libnuma interleaving oddness
Date: Wed, 30 Aug 2006 13:13:05 -0500	[thread overview]
Message-ID: <1156961585.7185.8680.camel@localhost.localdomain> (raw)
In-Reply-To: <eada2a070608301101j205b2711va5c287dbf8aab492@mail.gmail.com>

On Wed, 2006-08-30 at 11:01 -0700, Tim Pepper wrote:
> On 8/30/06, Andi Kleen <ak@suse.de> wrote:
> > Then it's probably some new problem in hugetlbfs.
> 
> It's something subtle though, because I _am_ able to get interleaving
> on hugetlbfs with a slightly simplified test case (see previous email)
> compared to Nish's.
> 
> > Does it work with shmfs?
> 
> Haven't tried shmfs, but the following correctly does the expected
> interleaving with hugepages (although not hugetlbfs backed):
>      shmid = shmget( 0, NR_HUGE_PAGES, IPC_CREAT | SHM_HUGETLB | 0666 );
>      shmat_addr = shmat( shmid, NULL, 0 );
>      ...
>      numa_interleave_memory( shmat_addr, SHM_SIZE, &nm );
> I'd expect it works fine with non-huge pages, shmfs.

Actually, the above call will yield hugetlbfs backed huge pages.  The
kernel just prepares the hugetlbfs file for you.  See
hugetlb_zero_setup().

-- 
Adam Litke - (agl at us.ibm.com)
IBM Linux Technology Center

  parent reply	other threads:[~2006-08-30 18:13 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-29 23:15 libnuma interleaving oddness Nishanth Aravamudan
2006-08-29 23:57 ` Christoph Lameter
2006-08-30  0:21   ` Nishanth Aravamudan
2006-08-30  2:26     ` Nishanth Aravamudan
2006-08-30  4:26       ` Christoph Lameter
2006-08-30  5:31         ` Nishanth Aravamudan
2006-08-30  5:40         ` Tim Pepper
2006-08-30  7:19     ` Andi Kleen
2006-08-30  7:29       ` Nishanth Aravamudan
2006-08-30  7:32         ` Andi Kleen
2006-08-30 18:01           ` Tim Pepper
2006-08-30 18:12             ` Andi Kleen
2006-08-30 18:13             ` Adam Litke [this message]
2006-08-30 21:04         ` Christoph Lameter
2006-08-31  6:00           ` Nishanth Aravamudan
2006-08-31  7:47             ` Andi Kleen
2006-08-31 15:49               ` Nishanth Aravamudan
2006-08-31 16:00             ` [PATCH] fix NUMA interleaving for huge pages (was RE: libnuma interleaving oddness) Nishanth Aravamudan
2006-08-31 16:08               ` Adam Litke
2006-08-31 16:19               ` Tim Pepper
2006-08-31 16:37               ` Christoph Lameter
2006-08-30 17:44       ` libnuma interleaving oddness Adam Litke
2006-08-30  7:16   ` Andi Kleen
  -- strict thread matches above, loose matches on Subject: below --
2006-08-29 23:02 Nishanth Aravamudan

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=1156961585.7185.8680.camel@localhost.localdomain \
    --to=agl@us.ibm.com \
    --cc=ak@suse.de \
    --cc=clameter@sgi.com \
    --cc=linux-mm@kvack.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=nacc@us.ibm.com \
    --cc=tpepper@gmail.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;
as well as URLs for NNTP newsgroup(s).