[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20151012162054.GB23399@mtj.duckdns.org>
Date: Mon, 12 Oct 2015 12:20:54 -0400
From: Tejun Heo <tj@...nel.org>
To: Xunlei Pang <xlpang@....com>
Cc: linux-kernel@...r.kernel.org,
Lai Jiangshan <jiangshanlai@...il.com>,
Xunlei Pang <pang.xunlei@...aro.org>
Subject: Re: [PATCH] workqueue: Allocate the unbound pool using local node
memory
On Fri, Oct 09, 2015 at 11:53:12AM +0800, Xunlei Pang wrote:
> From: Xunlei Pang <pang.xunlei@...aro.org>
>
> Currently, get_unbound_pool() uses kzalloc() to allocate the
> worker pool. Actually, we can use the right node to do the
> allocation, achieving local memory access.
>
> This patch selects target node first, and uses kzalloc_node()
> instead.
>
> Signed-off-by: Xunlei Pang <pang.xunlei@...aro.org>
Applied to wq/for-4.4.
Thanks.
--
tejun
--
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