From: Peter Williams <pwil3058@bigpond.net.au>
To: Ingo Molnar <mingo@elte.hu>
Cc: Nick Piggin <npiggin@suse.de>,
"Siddha, Suresh B" <suresh.b.siddha@intel.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] sched: Reduce overhead in balance_tasks()
Date: Sat, 25 Aug 2007 11:50:38 +1000 [thread overview]
Message-ID: <46CF8AEE.4090009@bigpond.net.au> (raw)
In-Reply-To: <20070824060403.GB24742@elte.hu>
Ingo Molnar wrote:
> * Peter Williams <pwil3058@bigpond.net.au> wrote:
>
>> At the moment, balance_tasks() provides low level functionality for
>> both
>> move_tasks() and move_one_task() (indirectly) via the load_balance()
>> function (in the sched_class interface) which also provides dual
>> functionality. This dual functionality complicates the interfaces and
>> internal mechanisms and makes the run time overhead of operations that
>> are called with two run queue locks held.
>>
>> This patch addresses this issue and reduces the overhead of these
>> operations.
>
> hm, i like it, and added it to my queue (probably .24 material though),
> but note that it increases .text and .data overhead:
>
> text data bss dec hex filename
> 41028 37794 2168 80990 13c5e sched.o.before
> 41349 37826 2168 81343 13dbf sched.o.after
>
> is that expected?
Yes, sort off. It's a trade off of space for time and I expected an
increase (although I didn't think that it would be quite that much).
But it's still less than 1% and since the time saved is time when two
run queue locks are held I figure that it's a trade worth making. Also
this separation lays the ground for a clean up of the active load
balancing code which should gain some space including making it possible
to exclude active load balancing on systems that don't need it (i.e.
those that don't have multiple multi core/hyperthreading packages).
I've got a patch available that reduces the .text and .data for non SMP
systems by excluding the load balancing stuff (that has crept into those
systems) so that should help on embedded systems where memory is tight.
Peter
--
Peter Williams pwil3058@bigpond.net.au
"Learning, n. The kind of ignorance distinguishing the studious."
-- Ambrose Bierce
prev parent reply other threads:[~2007-08-25 4:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-15 4:42 [PATCH] sched: Reduce overhead in balance_tasks() Peter Williams
2007-08-24 6:04 ` Ingo Molnar
2007-08-25 1:50 ` Peter Williams [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=46CF8AEE.4090009@bigpond.net.au \
--to=pwil3058@bigpond.net.au \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=npiggin@suse.de \
--cc=suresh.b.siddha@intel.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