linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: "Stephen C. Tweedie" <sct@dcs.ed.ac.uk>
To: David Mentre <David.Mentre@irisa.fr>
Cc: pmonta@imedia.com, steve@icarus.icarus.com,
	linux-kernel@vger.rutgers.edu, torvalds@transmeta.com, linux-mm@,
	@kvack.org
Subject: Re: bigphysarea in 2.2
Date: Tue, 21 Apr 1998 22:28:00 +0100	[thread overview]
Message-ID: <199804212128.WAA00842@dax.dcs.ed.ac.uk> (raw)
In-Reply-To: <wd8iuogfwz9.fsf@parate.irisa.fr>

Hi,

On 11 Apr 1998 12:56:10 +0200, David Mentre <David.Mentre@irisa.fr> said:

> Peter Monta <pmonta@halibut.imedia.com> writes:
>> > Is it too late to ask that the bigphysarea patch be included in the
>> > 2.1-and-soon-to-be-2.2 kernel?
>> 
>> Seconded.  Thanks for offering to maintain it.

>  With the new kernel memory manager, and if the defragmenting code which
> is under development works, wouldn't it be more useful to use standard
> kernel memory allocation. Static allocation like in bigphysarea is more
> a work-around that a real solution.

>  Maybe we should ask the memory kernel hackers (Stephen, Ben, Rick,
> Werner?) to support big allocations. I personally need 512 Kbytes
> contiguous blocks for a direct-from/to-memory network card. A possible
> problem is that those blocks should 512 Kbytes aligned (Argh!! !*%&@
> hardware). 

Unfortunately, the current code simply doesn't grok areas larger than
128KB, and even if it did, it is unlikely that it could be made to
work well in that case --- the existance of just one non-pagable
allocation (slab, kmalloc, page table etc.) in any 512K block would
render that entire region unreclaimable by the swapper.  If you need
such large physically contiguous regions, then bigphysarea is still
a better option.

--Stephen

      parent reply	other threads:[~1998-04-21 21:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <199804101746.KAA15720@halibut.imedia.com>
1998-04-11 10:56 ` David Mentre
     [not found]   ` <199804202157.WAA03987@dax.dcs.ed.ac.uk>
1998-04-21  6:44     ` David Mentre
1998-04-21 21:28   ` Stephen C. Tweedie [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=199804212128.WAA00842@dax.dcs.ed.ac.uk \
    --to=sct@dcs.ed.ac.uk \
    --cc=David.Mentre@irisa.fr \
    --cc=linux-kernel@vger.rutgers.edu \
    --cc=pmonta@imedia.com \
    --cc=steve@icarus.icarus.com \
    --cc=torvalds@transmeta.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