mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Nico Schottelius <nico-kernel@schottelius.org>
To: "David S. Miller" <davem@redhat.com>
Cc: Guenter Millahn <Guenter.Millahn@Informatik.TU-Cottbus.DE>,
	Aaron Lehmann <aaronl@vitelus.com>,
	linux-kernel@vger.kernel.org, jakub@redhat.com
Subject: Re: Linux speed on sun4c
Date: Thu, 21 Oct 2004 13:33:47 +0200	[thread overview]
Message-ID: <20041021113347.GO15294@schottelius.org> (raw)
In-Reply-To: <15170.20516.201818.401387@pizda.ninka.net>

[-- Attachment #1: Type: text/plain, Size: 1290 bytes --]

Did anybody wrote a patch for that?

Nico

David S. Miller [Tue, Jul 03, 2001 at 04:07:16PM -0700]:
> 
> Guenter Millahn writes:
>  > David, can you publish your idea for a fix? Possibly anybody elese can make
>  > the patch?
> 
> Currently under Linux when a constext is recycled because a new
> context is needed but all are in use, we basically toss all of
> the MMU segments that context owned.
> 
> This is bogus because if the contexts are the limited resource
> not the MMU segments themselves, we take a lot of false MMU
> misses on each context switch for no reason.
> 
> The solution is to link the MMU segment software state structures
> into the mm_struct.  When an 'mm' reacquires a hw context, if any
> MMU segments remain on the mm's list, just pluck them back into
> the MMU.
> 
> Later,
> David S. Miller
> davem@redhat.com
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 

-- 
Keep it simple & stupid, use what's available.
Please use pgp encryption: 8D0E 27A4 is my id.
http://nico.schotteli.us | http://linux.schottelius.org

[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]

      reply	other threads:[~2004-10-21 11:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-01  5:06 Aaron Lehmann
2001-07-01  6:36 ` David S. Miller
2001-07-03 15:59   ` Guenter Millahn
2001-07-03 23:07   ` David S. Miller
2004-10-21 11:33     ` Nico Schottelius [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=20041021113347.GO15294@schottelius.org \
    --to=nico-kernel@schottelius.org \
    --cc=Guenter.Millahn@Informatik.TU-Cottbus.DE \
    --cc=aaronl@vitelus.com \
    --cc=davem@redhat.com \
    --cc=jakub@redhat.com \
    --cc=linux-kernel@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

Powered by JetHome