From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [RFC PATCH v2 0/7] Repurpose SEDF Scheduler for Real-time Use Date: Thu, 10 Jul 2014 15:43:58 +0100 Message-ID: <1405003438.26155.12.camel@kazak.uk.xensource.com> References: <1404939348-4926-1-git-send-email-josh.whitehead@dornerworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1404939348-4926-1-git-send-email-josh.whitehead@dornerworks.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Josh Whitehead Cc: Stefano Stabellini , George Dunlap , Dario Faggioli , Ian Jackson , Robert VanVossen , Xen-devel , Nathan Studer List-Id: xen-devel@lists.xenproject.org On Wed, 2014-07-09 at 16:55 -0400, Josh Whitehead wrote: > Finally, the amount of name changes has been significantly reduced, > the most prominent being to keep the "sedf" name and not switch to a > new name as was also decided through previous discussion. This is unfortunate since renaming would have meant a new member of the libxl_scheduler enum which would have made the API deprecation/compatibility stuff much simpler -- since you could just return ERROR_INVAL (or ERROR_SEDF_WENT_AWAY ;-)) whenever you saw the SEDF enum value, rather than having to check each field individually. Ian.