Re: [PATCH V3 4/7] PHYLIB: queue work on any cpu

2013-03-18 Thread David Miller
From: Viresh Kumar Date: Mon, 18 Mar 2013 20:53:26 +0530 > Phylib uses workqueues for multiple purposes. There is no real dependency of > scheduling these on the cpu which scheduled them. > > On a idle system, it is observed that and idle cpu wakes up many times just to > service this work. It w

[PATCH V3 4/7] PHYLIB: queue work on any cpu

2013-03-18 Thread Viresh Kumar
Phylib uses workqueues for multiple purposes. There is no real dependency of scheduling these on the cpu which scheduled them. On a idle system, it is observed that and idle cpu wakes up many times just to service this work. It would be better if we can schedule it on a cpu which isn't idle to sav