From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: + kthread-numa-aware-kthread_create_on_cpu.patch added to -mm tree Date: Wed, 19 Jan 2011 21:21:55 +0100 Message-ID: <1295468515.2653.4.camel@edumazet-laptop> References: <201012100044.oBA0ivp3016990@imap1.linux-foundation.org> <1293131522.2170.798.camel@laptop> <20110119120756.cd554fb1.akpm@linux-foundation.org> <1295468119.2653.2.camel@edumazet-laptop> <20110119201716.GH22288@tassilo.jf.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-fx0-f46.google.com ([209.85.161.46]:58111 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750984Ab1ASUXV (ORCPT ); Wed, 19 Jan 2011 15:23:21 -0500 Received: by fxm20 with SMTP id 20so1287822fxm.19 for ; Wed, 19 Jan 2011 12:23:20 -0800 (PST) In-Reply-To: <20110119201716.GH22288@tassilo.jf.intel.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Andi Kleen Cc: Andrew Morton , Peter Zijlstra , davem@davemloft.net, dhowells@redhat.com, fenghua.yu@intel.com, linux-arch@vger.kernel.org, rusty@rustcorp.com.au, tj@kernel.org, tony.luck@intel.com Le mercredi 19 janvier 2011 =C3=A0 12:17 -0800, Andi Kleen a =C3=A9crit= : > >=20 > > I wont discuss about a function _name_ Andrew. > >=20 > > If nobody can chose one better than the one I chosed, what can I do= ? >=20 > kthread_create_node() would seem logical (with a node parameter) >=20 > -Andi I already explained why I dont like this suggestion. 1) My plan was to later add cpu affinity. 2) All users I converted want to create one kthread per cpu, not per node.