mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: Mikael Pettersson <mikpe@user.it.uu.se>
Cc: linux-kernel@vger.kernel.org
Subject: Re: module changes
Date: Wed, 19 Feb 2003 09:24:00 +1100	[thread overview]
Message-ID: <20030219033429.990F62C0CA@lists.samba.org> (raw)
In-Reply-To: Your message of "Tue, 18 Feb 2003 16:56:11 BST." <15954.22427.557293.353363@gargle.gargle.HOWL>

In message <15954.22427.557293.353363@gargle.gargle.HOWL> you write:
> Rusty Russell writes:
>  > D: This adds percpu support for modules.  A module cannot have more
>  > D: percpu data than the base kernel does (on my kernel 5636 bytes).
> 
> This limitation is quite horrible.
> 
> Does the implementation have to be perfect? The per_cpu API can easily
> be simulated using good old NR_CPUS arrays:

The problem is that then you have to have to know whether this is a
per-cpu thing created in a module, or not, when you use it 8(

There are two things we can use to alleviate the problem.  The first
would be to put a minimal cap on the per-cpu data size (eg. 8k).  The
other possibility is to allocate on an object granularity, in which
case the rule becomes "no single per-cpu object can be larger than
XXX", but the cost is to write a mini allocator.

I agree with you (and John) about disliking the limitation, but is it
worse than the current no per-cpu stuff in modules at all?

Thanks!
Rusty.
--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.

  parent reply	other threads:[~2003-02-19  3:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20030217213221.3103.qmail@eklektix.com>
2003-02-18  7:19 ` Rusty Russell
2003-02-18 15:56   ` Mikael Pettersson
2003-02-18 16:05     ` John Levon
2003-02-18 22:24     ` Rusty Russell [this message]
2003-02-19  3:51       ` Andrew Morton
2003-02-19  4:28         ` Rusty Russell
2003-02-19 12:52       ` Mikael Pettersson
2003-02-20  0:15         ` Rusty Russell

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=20030219033429.990F62C0CA@lists.samba.org \
    --to=rusty@rustcorp.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mikpe@user.it.uu.se \
    /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

all inboxes | Powered by JetHome®