* atropos
@ 2005-02-23 19:56 Ross C Mcilroy
2005-02-24 4:10 ` atropos Diwaker Gupta
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Ross C Mcilroy @ 2005-02-23 19:56 UTC (permalink / raw)
To: xen-devel
Hi,
I am working on a project which requires enforced CPU partitioning
between domains, and so was planning to use the atropos scheduler.
However I notice from a previous post that atropos does not seem to be
working. Has there been any progress in finding the bug?
I also noticed that Stephan Diestelhorst was working on an alternative
deadline-based scheduler. Is this ready for use?
Thanks for your help
Ross
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: atropos
2005-02-23 19:56 atropos Ross C Mcilroy
@ 2005-02-24 4:10 ` Diwaker Gupta
2005-02-24 12:35 ` atropos Stephan Diestelhorst
2005-02-24 12:39 ` atropos Stephan Diestelhorst
2 siblings, 0 replies; 5+ messages in thread
From: Diwaker Gupta @ 2005-02-24 4:10 UTC (permalink / raw)
To: Ross C Mcilroy; +Cc: xen-devel
> I am working on a project which requires enforced CPU partitioning
> between domains, and so was planning to use the atropos scheduler.
> However I notice from a previous post that atropos does not seem to be
> working. Has there been any progress in finding the bug?
AFAIK, no.
> I also noticed that Stephan Diestelhorst was working on an alternative
> deadline-based scheduler. Is this ready for use?
I believe it is. I've tried it out and it works pretty well for me. I
believe Stephan has a patch that you can use.
--
Diwaker Gupta
http://resolute.ucsd.edu/diwaker
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: atropos
2005-02-23 19:56 atropos Ross C Mcilroy
2005-02-24 4:10 ` atropos Diwaker Gupta
@ 2005-02-24 12:35 ` Stephan Diestelhorst
2005-02-24 12:39 ` atropos Stephan Diestelhorst
2 siblings, 0 replies; 5+ messages in thread
From: Stephan Diestelhorst @ 2005-02-24 12:35 UTC (permalink / raw)
To: xen-devel
Ross,
I'm still working at the Atropos replacement, but there a pretty usable
version (EDF with some fancy addidtions) existing already. If you want to
have a look at that piece, just tell me and I'll send you a patch!
At the moment I'm trying to implement and test performance enhancing features,
but I hope to finish a beta soon! So stay tuned :)
Cheers,
Stephan
> Hi,
>
> I am working on a project which requires enforced CPU partitioning
> between domains, and so was planning to use the atropos scheduler.
> However I notice from a previous post that atropos does not seem to be
> working. Has there been any progress in finding the bug?
>
> I also noticed that Stephan Diestelhorst was working on an alternative
> deadline-based scheduler. Is this ready for use?
>
>
> Thanks for your help
>
> Ross
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=Click
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: atropos
2005-02-23 19:56 atropos Ross C Mcilroy
2005-02-24 4:10 ` atropos Diwaker Gupta
2005-02-24 12:35 ` atropos Stephan Diestelhorst
@ 2005-02-24 12:39 ` Stephan Diestelhorst
2 siblings, 0 replies; 5+ messages in thread
From: Stephan Diestelhorst @ 2005-02-24 12:39 UTC (permalink / raw)
To: xen-devel
Ross,
I'm still working at the Atropos replacement, but there a pretty usable
version (EDF with some fancy addidtions) existing already. If you want to
have a look at that piece, just tell me and I'll send you a patch!
At the moment I'm trying to implement and test performance enhancing features,
but I hope to finish a beta soon! So stay tuned :)
Cheers,
Stephan
> Hi,
>
> I am working on a project which requires enforced CPU partitioning
> between domains, and so was planning to use the atropos scheduler.
> However I notice from a previous post that atropos does not seem to be
> working. Has there been any progress in finding the bug?
>
> I also noticed that Stephan Diestelhorst was working on an alternative
> deadline-based scheduler. Is this ready for use?
>
>
> Thanks for your help
>
> Ross
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=Click
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: atropos
@ 2005-02-28 17:20 Ross C Mcilroy
0 siblings, 0 replies; 5+ messages in thread
From: Ross C Mcilroy @ 2005-02-28 17:20 UTC (permalink / raw)
To: sd386; +Cc: xen-devel
Hi Stephan,
Could I have a look at your Atropos replacement? I don't mind if it is
not finished yet, to be honest I'm getting kind of used to it on this
project :-) (my project, not Xen). Do you think it would work (with
some minor tweaking by myself) on Xen 2.0.1? I've patched Xenolinux in
2.0.1 quite considerably to give it MPLS support and "Click modular
router" support, and so I don't really want to move to Xen 2.0.4 (and
thus Linux 2.6.10) unless I really have to.
Thanks
Ross
>Ross,
> I'm still working at the Atropos replacement, but there a pretty
usable
>version (EDF with some fancy addidtions) existing already. If you want
to
>have a look at that piece, just tell me and I'll send you a patch!
>
>At the moment I'm trying to implement and test performance enhancing
features,
>but I hope to finish a beta soon! So stay tuned :)
>
>Cheers,
> Stephan
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-02-28 17:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-23 19:56 atropos Ross C Mcilroy
2005-02-24 4:10 ` atropos Diwaker Gupta
2005-02-24 12:35 ` atropos Stephan Diestelhorst
2005-02-24 12:39 ` atropos Stephan Diestelhorst
-- strict thread matches above, loose matches on Subject: below --
2005-02-28 17:20 atropos Ross C Mcilroy
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.