[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH RFC v1 3/4] libxl for rt scheduler
Hi Dario,  > +  Âif ( !scinfo->rt.vcpus ){ I will modify this.  You well can define both to the same value, of course. Actually, I'm not very sure about the range (max value) for the xl sched-rt interface now: I will change the type of period and budget in Xen to s_time_t which is signed long (64bits). (I can also change the type of period and budget in tool to be 64bits)
My question is: Do we really need to do this range check and set the max value of the xl sched-rt to (2^64 - 1)/1000 (us)? (64 bits can have 2^61-1 ns, so it's (2^64-1)/1000 us)
If we look at the actually range value (2^64-1)/1000 ns, it's equal to 5.8*10^11 years, which is too large to be realistic. Thanks, Meng -- ----------- Meng Xu PhD Student in Computer and Information Science University of Pennsylvania _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |