From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH 0 of 2] credit2: Reduce excessive cpu migration Date: Thu, 09 Dec 2010 18:03:50 +0000 Message-ID: <4D011A06.3030804@eu.citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "xen-devel@lists.xensource.com" Cc: Keir Fraser List-Id: xen-devel@lists.xenproject.org Forgot to mention, this patch series (probably) relies on the poorly-spelled "credit2: Miscelaneous patches" series, and my not apply cleanly without it. -George On 09/12/10 17:55, George Dunlap wrote: > More recent processors have one L2 per core. My plan for the credit2 > scheduler invovled having several cores sharing the same runqueue. > > I've measured the cost of excessive cross-L2 intra-L3 migrations, and while > they're not excessive, they are measurable. This patch series introduces > some simple heuristics to reduce unnecessary migration. > > As in all the Credit2 work, this is a first cut, and I'm sure there are > further improvments.