From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Subject: Re: Xen IO scheduling Date: Wed, 19 Mar 2014 09:24:21 +0100 Message-ID: <53295435.4010002@citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Rajendra Bele , Xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 19/03/14 02:36, Rajendra Bele wrote: > Dear friends can any one tell me > how xen choose specific scheduling policy at run time for io scheduling Xen doesn't handle IO devices directly, they are instead passed to Dom0 (or a hardware/driver domain), which will handle them (using whatever scheduler is configured there). Roger.