Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753690Ab0K2PT2 (ORCPT ); Mon, 29 Nov 2010 10:19:28 -0500 Received: from hera.kernel.org ([140.211.167.34]:32984 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751117Ab0K2PT1 (ORCPT ); Mon, 29 Nov 2010 10:19:27 -0500 Message-ID: <4CF3C46D.9030800@kernel.org> Date: Mon, 29 Nov 2010 16:19:09 +0100 From: Tejun Heo User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: Eric Dumazet CC: Andi Kleen , Andrew Morton , linux-kernel , netdev , David Miller , Rusty Russell , linux-arch@vger.kernel.org Subject: Re: [PATCH v2 4/4] kthread: use kthread_create_on_cpu() References: <1290972833.29196.90.camel@edumazet-laptop> <20101128224024.GA12300@basil.fritz.box> <1290984712.29196.100.camel@edumazet-laptop> <20101128230146.GB12300@basil.fritz.box> <1290987424.29196.128.camel@edumazet-laptop> <20101129090510.GA15763@basil.fritz.box> <1291023532.3435.29.camel@edumazet-laptop> <1291043719.3435.981.camel@edumazet-laptop> In-Reply-To: <1291043719.3435.981.camel@edumazet-laptop> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (hera.kernel.org [127.0.0.1]); Mon, 29 Nov 2010 15:19:11 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 807 Lines: 24 On 11/29/2010 04:15 PM, Eric Dumazet wrote: > ksoftirqd, kworker, migration, and pktgend kthreads can be created with > kthread_create_on_cpu(), to get proper NUMA affinities for their stack > and task_struct. > > Signed-off-by: Eric Dumazet > Cc: David Miller > Cc: Andi Kleen > Cc: Andrew Morton > Cc: Rusty Russell > Cc: Tejun Heo > Cc: linux-arch@vger.kernel.org Acked-by: Tejun Heo Thanks. -- tejun -- 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/