From: Robin Holt <holt@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [RFC 2/2] Add SN2 Special Memory driver.
Date: Fri, 10 Sep 2004 11:31:37 +0000 [thread overview]
Message-ID: <20040910113137.GG25060@lnx-holt.americas.sgi.com> (raw)
In-Reply-To: <20040909175425.GB23863@lnx-holt.americas.sgi.com>
>
> This allocator seems like a really big hammer for a fairly small nail.
> Since there has not really been a demonstrated need for an allocator
> that works on less than a page size, can we reimplement something like
> the page_alloc function and then later on, the entity needing an allocation
> of less than a page can write their own slab type allocator on top of
> this?
>
> Are there any other suggestions besides me having to write a large allocator
> which will only be used to hand out page sized, page aligned chunks of
> memory?
>
Since I can not mix cached an uncached references, I will need to work
with this memory as uncached. The performance of this type allocator
will really stink.
Would it be better to handle the management functions using cached
structures with a physical address of the memory being allocated.
Is there any need inside the kernel for a virtual address?
Speaking for the fetchop driver, I know we only use physical addresses.
Will the MCA code ever need the virtual?
Thanks,
Robin
prev parent reply other threads:[~2004-09-10 11:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-09 17:54 [RFC 2/2] Add SN2 Special Memory driver Robin Holt
2004-09-10 7:41 ` Christoph Hellwig
2004-09-10 8:28 ` Robin Holt
2004-09-10 8:31 ` Christoph Hellwig
2004-09-10 11:16 ` Robin Holt
2004-09-10 11:31 ` Robin Holt [this message]
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=20040910113137.GG25060@lnx-holt.americas.sgi.com \
--to=holt@sgi.com \
--cc=linux-ia64@vger.kernel.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