[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 3/4] libxl: add rtds scheduler
2014-09-15 18:07 GMT-04:00 Ian Campbell <ian.campbell@xxxxxxxxxx>: On Sun, 2014-09-14 at 17:37 -0400, Meng Xu wrote: âWill add it inside libxl.hâ Â
âYes. In the previous version, I used the UINT_MAX as the upper bound. Because period is int, so it will never reach the UINT_MAX. Even if I change the UINT_MAX to INT_MAX as the upper bound, period may still not able to reach it. So George suggests to remove the upper bound check if it uses the range of type of period. Since period is int, the largest period we support should be 2^31-1us = 0.5965 hours. That's why we don't have the upper bound check. Of course, I can add the upper bound as INT_MAX (2^31-1) and reports error when users try to assign a large value to period and budget. What do you think? 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 |