WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] Cpupools: vcpu affinity handling

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] Cpupools: vcpu affinity handling
From: Juergen Gross <juergen.gross@xxxxxxxxxxxxxx>
Date: Wed, 09 Feb 2011 15:52:29 +0100
Delivery-date: Wed, 09 Feb 2011 06:54:11 -0800
Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=ts.fujitsu.com; i=juergen.gross@xxxxxxxxxxxxxx; q=dns/txt; s=s1536b; t=1297263201; x=1328799201; h=mime-version:subject:message-id:date:from:to; bh=ZtOSmq/2CuvlQEPznYXwulsL9vbU4nXwrxEL2OIQQGY=; b=Q/MTiZwR8Ho1PUD4RDmPTQdPQKRezZF9N95TPY1DLsxRTQIZDQSyf3Vu Tdbuu1EdZAfGSg2NCcNyi7Ltn+NBnDaoP5YyKPQ88b1xeGwE1Uit2pQTp kBis2w+eaSUtvn91Sv9duO94akk1b7MFlp8OIw885COPvTL6eHAFeQR3E 0dUGyezEOO8vJec/pLGtSE9DNBMPzzff49kkcNaq9ZR/XOyM4i5BSL+Fw K3cDIQPK2schEzJDyPYaBnlNN9NbI;
Domainkey-signature: s=s1536a; d=ts.fujitsu.com; c=nofws; q=dns; h=X-SBRSScore:X-IronPort-AV:Received:X-IronPort-AV: Received:Received:Content-Type:MIME-Version:Subject: X-Mercurial-Node:Message-Id:Date:From:To; b=pyT3lxLB9bfLfawmN+wjP5kaAD0YtBZred0lUdWojqa4MxfeTB0e6R9E ymIb9ylIjcZsQbsBb1dQkiuAhvUeyJ2xue60PcvD9uvUIlrPVB1pfordc khD50LL6BrpQtuaCTzUa9nTjsMY9q5vBtHWxuxHyrbDpQ48GYYvoOl6j8 7ESpHiEBmRJL/IKjSQSOMbHmvFBqq1pre23ACvYFCO3vDvez4I8IOamB1 DeJ/y88S7grCLKbS4UT2tyNZJG1sJ;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
If a vcpu is pinned to multiple physical cpus, the pinning is not removed if
all those physical cpus are removed from the cpupool. When disabling the
scheduler on a cpu, the affinity mask must be checked against the cpumask of
the cpupool.

Signed-off-by: juergen.gross@xxxxxxxxxxxxxx


1 file changed, 3 insertions(+), 1 deletion(-)
xen/common/schedule.c |    4 +++-


Attachment: xen-work2.patch
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Cpupools: vcpu affinity handling, Juergen Gross <=