Re: [Xen-devel] [PATCH v2 2/4] xen: credit2: allow to set and get utilization cap

2017-09-14 Thread George Dunlap
On 08/18/2017 04:51 PM, Dario Faggioli wrote: > As cap is already present in Credit1, as a parameter, all > the wiring is there already for it to be percolate down > to csched2_dom_cntl() too. > > In this commit, we actually deal with it, and implement > setting, changing or disabling the cap of

[Xen-devel] [PATCH v2 2/4] xen: credit2: allow to set and get utilization cap

2017-08-18 Thread Dario Faggioli
As cap is already present in Credit1, as a parameter, all the wiring is there already for it to be percolate down to csched2_dom_cntl() too. In this commit, we actually deal with it, and implement setting, changing or disabling the cap of a domain. Signed-off-by: Dario Faggioli