xen-devel
Re: [Xen-devel] Re: Scheduling groups, credit scheduler support
To: |
Chris <hap10@xxxxxxxxxxxxxx> |
Subject: |
Re: [Xen-devel] Re: Scheduling groups, credit scheduler support |
From: |
Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx> |
Date: |
Fri, 14 Dec 2007 17:20:53 +0000 |
Cc: |
Derek Murray <Derek.Murray@xxxxxxxxxxxx>, ncmike@xxxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxx |
Delivery-date: |
Fri, 14 Dec 2007 09:22:16 -0800 |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxx |
In-reply-to: |
<12ADC17A-A071-49EA-AB34-AEF9975DF47E@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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe> |
List-unsubscribe: |
<http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe> |
Mail-followup-to: |
Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx>, Chris <hap10@xxxxxxxxxxxxxx>, ncmike@xxxxxxxxxx, Derek Murray <Derek.Murray@xxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx |
References: |
<20071129201959.GC12559@xxxxxxxxxxxxxxxxxxxxxx> <06274E9C-E1CB-4C75-BEE5-F48960A1F989@xxxxxxxxxxxxxx> <2C78DE77-3965-4681-84D6-AD61D783D2AC@xxxxxxxxxxxxxx> <20071203175919.GA10634@xxxxxxxxxxxxxxxxxxxxxx> <12ADC17A-A071-49EA-AB34-AEF9975DF47E@xxxxxxxxxxxxxx> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
User-agent: |
Mutt/1.5.12-2006-07-14 |
Chris, le Tue 04 Dec 2007 14:32:11 -0500, a écrit :
> One way to avoid both concerns is to create and manage group-tracking
> objects independently of domain-tracking objects. In other words,
> make groups a first-class object. They could be referenced by
> schedulers as well as any other parts of the VMM that want to make
> use of group information.
Yes, some kind of non-schedulable entity which is just here to do what
Mike's masters do: concentrate scheduling credits.
About the userland interface, I can see two approaches:
- have people explicitely create groups and put domains in it. That can
be hierarchical (putting groups into other groups)
- have groups created and destroyed implicitely, for instance
join(d1,d2) will make d1 and d2 part of the same group, which is created
if there weren't any previously, or the union of both groups if both
existed.
The second approach seems fun, but I'm not sure it might ever be useful
actually :)
Also, there is the question: can a domain belong to several groups?
Depending on the point of view, that may be useful or just not make
any sense. One problem of belonging to several groups is that you
end up with a graph of domains, which may be tedious and potentially
non-polynomial to walk.
Samuel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-devel] Re: Scheduling groups, credit scheduler support, (continued)
Re: [Xen-devel] Re: Scheduling groups, credit scheduler support, Samuel Thibault
Re: [Xen-devel] [PATCH] Scheduling groups, credit scheduler support, Chris B
Re: [Xen-devel] [PATCH] Scheduling groups, credit scheduler support, Samuel Thibault
Re: [Xen-devel] [PATCH] Scheduling groups, credit scheduler support, Samuel Thibault
|
|
|