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] Re: doubt regarding IO scheduler and credit scheduling in ne

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Re: doubt regarding IO scheduler and credit scheduling in netback
From: Kuriakose Mathew <kmathew123@xxxxxxxxx>
Date: Fri, 23 Oct 2009 09:20:15 +0530
Delivery-date: Thu, 22 Oct 2009 20:51:02 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=asEzqIJSUzklzrn+808aY1NT2MMNU+PtTvsLqWniBXk=; b=n4Xg6AW7JUnqcyf83Tg5bMyLgmizNldJZI7awcSpteHgKJyzbMatRgviyEILPWetDX blzoWLcZy9bJm8qV/oW0/BBFDDkzN6Ych1/wo6LJEQYR/VYiqc4bKMW+q7y+IBuJ4ofk xDqCP60kNolWamYP6vE94DJ9Xnf3G4yoSGOCM=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=rZvpF2n5KNr1mWjoQIJLOl165VT+Bwqf1I8RVJ/5QdHtWa1f0j5xqx74gMRhLN1DEU 9sdvu0akCKaX52oCtezS4UdvdKvpflxRPEP0nyVJH/PbdKw/5SXOEuWh0dIK1CM/Q/YA UkusIFEjsPfEbTJ8AheS2i7Dk5SOdRCtJ1ukw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <9e81bde0910222016r43aba71cjbd530d04afdb2afb@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: <9e81bde0910222016r43aba71cjbd530d04afdb2afb@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Just to clarify , hope the above credit scheduling has nothing to do with the cpu credit scheduling at the hypervisor?


On Fri, Oct 23, 2009 at 8:46 AM, Kuriakose Mathew <kmathew123@xxxxxxxxx> wrote:
Hi,
With reference to the netback and netfront model of device driver in Xen(specifically Xen 3.1.3 and linux 2.6.18.8-- I know it is a bit old but please excuse), I am confused as to where the network IO scheduler fits in. I have read that there are different types of IO schedulers in linux - deadline ,anticipatory, complete fair queueing (cfq )etc. where cfq is the default. Is it only being used in the context of disk IO? or the same thing is used for network IO?

Also (as a related doubt), in netback code(In netback.c net_tx_action ) , I saw some credit scheduling of the network interfaces(netif_t *netif) corresponding to guest domains. So whenever Dom 0 is scheduled ,it does a credit scheduling of the network interfaces corresponding to different DomUs. The credits will get refreshed when the credit_timeout happens. The next network interface(netif) will be scheduled if the credits for the current netif is exhausted. Is my understanding correct ?
What are the other cases when the next netif is scheduled? (one would obviously be the case when there are no packets to send. Any other case?) When I did some experiments, I found that the bandwidth is fairly divided among all the domains. So there should be some mechasim to ensure this.

In this context where does the IO scheduler fits in?
Please explain.

Thanks
Kuriakose Mathew


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>