From: Peter Zijlstra Date: Wed, 7 Dec 2011 14:07:31 +0000 (+0100) Subject: sched: Only queue remote wakeups when crossing cache boundaries X-Git-Tag: v3.3-rc1~191^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=518cd62341786aa4e3839810832af2fbc0de1ea4;p=pandora-kernel.git sched: Only queue remote wakeups when crossing cache boundaries Mike reported a 13% drop in netperf TCP_RR performance due to the new remote wakeup code. Suresh too noticed some performance issues with it. Reducing the IPIs to only cross cache domains solves the observed performance issues. Reported-by: Suresh Siddha Reported-by: Mike Galbraith Acked-by: Suresh Siddha Acked-by: Mike Galbraith Signed-off-by: Peter Zijlstra Cc: Chris Mason Cc: Dave Kleikamp Link: http://lkml.kernel.org/r/1323338531.17673.7.camel@twins Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed