From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Berg Subject: Re: [RFC PATCH] net: rfkill: move poll work to power efficient workqueue Date: Fri, 31 Jan 2014 14:39:35 +0100 Message-ID: <1391175575.4141.10.camel@jlt4.sipsolutions.net> References: <1391121814-6026-1-git-send-email-zoran.markovic@linaro.org> (sfid-20140130_234406_943564_50677846) Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, Shaibal Dutta , "John W. Linville" , "David S. Miller" To: Zoran Markovic Return-path: In-Reply-To: <1391121814-6026-1-git-send-email-zoran.markovic@linaro.org> (sfid-20140130_234406_943564_50677846) Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Thu, 2014-01-30 at 14:43 -0800, Zoran Markovic wrote: > From: Shaibal Dutta > > This patch moves the rfkill poll_work to the power efficient workqueue. > This work does not have to be bound to the CPU that scheduled it, hence > the selection of CPU that executes it would be left to the scheduler. > Net result is that CPU idle times would be extended, resulting in power > savings. > > This behaviour is enabled when CONFIG_WQ_POWER_EFFICIENT is selected. Applied. johannes