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] LONG: An Asymmetric-Aware Scheduler for Hypervisor

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] LONG: An Asymmetric-Aware Scheduler for Hypervisor
From: Nilesh Somani <niel.doxford@xxxxxxxxx>
Date: Sat, 27 Aug 2011 01:05:55 +0530
Delivery-date: Fri, 26 Aug 2011 12:36:30 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=KeB2MRLFsU+SxMLkmTRHj3ncoTAc3HKTJTWekwYDmAg=; b=FTvop8UwkN8v4vlmiha23PU7Hh5YDs5N7DmrYdqe2qRWrfjbekumd30snBGcrPbV4V 5o2hyY5VOyPoRbSLvYWKaKUgl5M1EQTry0JFmSn0flMnLSZr11Kp+n7UEcM6sZbL+/2Z v623vEfdlYuQi4nrt/pDUrzepEevMeXQ4IDEs=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <CA+Y3Ckr-V2MiNCUFv4R4-uPzqFN+XS1d429kFpzJgGvbgJszZw@xxxxxxxxxxxxxx>
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>
References: <CA+Y3Ckr-V2MiNCUFv4R4-uPzqFN+XS1d429kFpzJgGvbgJszZw@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
*         Topic: *Description on How to make the scheduler of Hypervisor
asymmetric aware.

        The processor's have evolved from single-core to multi-core
processors. But these Processors
have been Symmetric ie identical.Every day the data on web in increasing and
the companies need
to set up large and powerful data center's. The power consumption is thus
increasing to a large extent.
Even as the requests on web increase the number of core's also need to
increased to speed up the
processing in large data center's. But with increasing number of cores the
power consumption is also
increasing.
        If the application has less Instruction level parallelism then its
latency on high core processor that
supports high level of parallelism increases with power consumption. So to
deal with these situations
came Asymmetric Multi core Processors.
       These are processor's with some fast cores and some slow cores. Now
the application requiring
low ILP can run on slow cores thus reducing the latency and the power
consumption. The area required
for 4 fast cores can have 2 fast cores and 6 small cores. The performance
increase in multithreading
is anytime more on 8 cores(2-fast and 6-slow) rather than 4 fast cores.
        What I came up in a paper is that the hypervisor's today are
asymmetric unaware. Thus for every
request it gets it treats all the processor's identical even in asymmetric
hardware. Consider IBM
Blade Server QS series server that has 2 cell processors of 3.2 GHz. This
means there are 2 fast cores
and 16 slow cores compared to the fast ones. It might happen that the
request to hypervisor is for fast
core but suppose both the fast cores are not idle and as the hypervisor
treats all the cores one and the same
it might transfer the request to slow core which is not desired.
       So to deal with such situations and to improve the efficiency in
power i propose to modify the scheduler
of the Xen hypervisor and make it asymmetric aware to schedule the jobs
properly ie in a manner to increase
the overall efficiency. Care also needs to be taken that the fast cores dont
go idle before the slow cores to
increase the efficiency and performance. Also there should be fairness among
the jobs requesting fast or
slow cores. We can also assign priorities to VM's such that the requests
from a particular VM goes to either
fast or slow cores.

I had some doubts regarding this.
I went through some IEEE and ASM papers and there has been proposals to make
schedulers aware of AMPs. So why hasn't it not yet being implemented in Xen?
Are there any issues?
Is there any other hardware other than Cell processor to go on with the
idea?

Nilesh Somani,
graduate student in Information technology
Contact:niel.doxford@xxxxxxxxx

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>