[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071205200343.GA14570@elte.hu>
Date: Wed, 5 Dec 2007 21:03:43 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Jie Chen <chen@...b.org>
Cc: Simon Holm Th??gersen <odie@...aau.dk>,
Eric Dumazet <dada1@...mosbay.com>,
linux-kernel@...r.kernel.org,
Peter Zijlstra <a.p.zijlstra@...llo.nl>
Subject: Re: Possible bug from kernel 2.6.22 and above, 2.6.24-rc4
* Jie Chen <chen@...b.org> wrote:
> Since I am using affinity flag to bind each thread to a different
> core, the synchronization overhead should increases as the number of
> cores/threads increases. But what we observed in the new kernel is the
> opposite. The barrier overhead of two threads is 8.93 micro seconds vs
> 1.86 microseconds for 8 threads (the old kernel is 0.49 vs 1.86). This
> will confuse most of people who study the
> synchronization/communication scalability. I know my test code is not
> real-world computation which usually use up all cores. I hope I have
> explained myself clearly. Thank you very much.
btw., could you try to not use the affinity mask and let the scheduler
manage the spreading of tasks? It generally has a better knowledge about
how tasks interrelate.
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists