[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 3/4] libxl: add rtds scheduler
On Sun, 2014-09-14 at 17:37 -0400, Meng Xu wrote: > Add libxl functions to set/get domain's parameters for rtds scheduler > Note: VCPU's information (period, budget) is in microsecond (us). > > Signed-off-by: Meng Xu <mengxu@xxxxxxxxxxxxx> > Signed-off-by: Sisu Xi <xisisu@xxxxxxxxx> Mostly looks good. The main thing which is missing is a #define LIBXL_HAVE_XXX in libxl to advertise this new feature (there are a bunch of existing examples which you can copy). > + if (scinfo->period != LIBXL_DOMAIN_SCHED_PARAM_PERIOD_DEFAULT) { > + if (scinfo->period < 1) { > + LOG(ERROR, "VCPU period is not set or out of range, " > + "valid values are larger than 1"); There's no upper limit? Likewise for the budget further down? Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |