From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: Peter Zijlstra , Benjamin Herrenschmidt From: Michael Neuling Date: Fri, 09 Apr 2010 16:21:18 +1000 Subject: [PATCH 0/5] sched: asymmetrical packing for POWER7 SMT4 Message-Id: <1270794078.794237.347827867455.qpush@pale> Cc: linuxppc-dev@ozlabs.org, Ingo Molnar , Gautham R Shenoy , linux-kernel@vger.kernel.org, Suresh Siddha List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This patch series implements asymmetric SMT packing which ensures consistently good performance on POWER7. I'm no scheduler expert so these probably need some review. It works for my simple test case on a POWER7 with SMT4. I can now run a number of CPU bound processes and they are pulled down to lower threads giving the best performance consistently. Suresh: some of this touches code you changed recently, so you may want to test in your environment. The 1st patch is a fix for SMT4 in general. The 2nd adds actual the asymmetrical packing infrastructure. The 3rd adds the powerpc specific hooks for POWER7. The 4th and 5th are fixes required for packing to work.