From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roland Dreier Subject: Re: [PATCH] IB/ehca: use kthread_create_on_node Date: Fri, 29 Jul 2011 10:10:32 -0700 Message-ID: References: <1311923731.7845.25.camel@edumazet-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <1311923731.7845.25.camel@edumazet-laptop> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Eric Dumazet Cc: Hoang-Nam Nguyen , Christoph Raisch , Sean Hefty , linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel List-Id: linux-rdma@vger.kernel.org On Fri, Jul 29, 2011 at 12:15 AM, Eric Dumazet wrote: > Since create_comp_task() creates percpu kthread, it makes > sense to use kthread_create_on_node() to get proper NUMA affinity for > kthread stack. Seems eminently sane to me. ehca guys, any concern about this? - R. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751470Ab1G2RKz (ORCPT ); Fri, 29 Jul 2011 13:10:55 -0400 Received: from na3sys010aog101.obsmtp.com ([74.125.245.70]:42766 "HELO na3sys010aog101.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1750756Ab1G2RKx (ORCPT ); Fri, 29 Jul 2011 13:10:53 -0400 MIME-Version: 1.0 In-Reply-To: <1311923731.7845.25.camel@edumazet-laptop> References: <1311923731.7845.25.camel@edumazet-laptop> From: Roland Dreier Date: Fri, 29 Jul 2011 10:10:32 -0700 X-Google-Sender-Auth: e7c-KEkBr8vL1eP94FA29tooiv8 Message-ID: Subject: Re: [PATCH] IB/ehca: use kthread_create_on_node To: Eric Dumazet Cc: Hoang-Nam Nguyen , Christoph Raisch , Sean Hefty , linux-rdma@vger.kernel.org, linux-kernel Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 29, 2011 at 12:15 AM, Eric Dumazet wrote: > Since create_comp_task() creates percpu kthread, it makes > sense to use kthread_create_on_node() to get proper NUMA affinity for > kthread stack. Seems eminently sane to me. ehca guys, any concern about this? - R.