Re: [Xen-devel] [PATCH v3 47/47] xen/sched: add scheduling granularity enum

2019-09-26 Thread Dario Faggioli
On Thu, 2019-09-26 at 14:37 +0200, Jürgen Groß wrote: > On 26.09.19 11:46, Dario Faggioli wrote: > > On Sat, 2019-09-14 at 10:52 +0200, Juergen Gross wrote: > > > Add a scheduling granularity enum ("cpu", "core", "socket") for > > > specification of the scheduling granularity. Initially it is set >

Re: [Xen-devel] [PATCH v3 47/47] xen/sched: add scheduling granularity enum

2019-09-26 Thread Jürgen Groß
On 26.09.19 11:46, Dario Faggioli wrote: On Sat, 2019-09-14 at 10:52 +0200, Juergen Gross wrote: Add a scheduling granularity enum ("cpu", "core", "socket") for specification of the scheduling granularity. Initially it is set to "cpu", this can be modified by the new boot parameter (x86 only) "s

Re: [Xen-devel] [PATCH v3 47/47] xen/sched: add scheduling granularity enum

2019-09-26 Thread Dario Faggioli
On Sat, 2019-09-14 at 10:52 +0200, Juergen Gross wrote: > Add a scheduling granularity enum ("cpu", "core", "socket") for > specification of the scheduling granularity. Initially it is set to > "cpu", this can be modified by the new boot parameter (x86 only) > "sched-gran". > > According to the se

[Xen-devel] [PATCH v3 47/47] xen/sched: add scheduling granularity enum

2019-09-14 Thread Juergen Gross
Add a scheduling granularity enum ("cpu", "core", "socket") for specification of the scheduling granularity. Initially it is set to "cpu", this can be modified by the new boot parameter (x86 only) "sched-gran". According to the selected granularity sched_granularity is set after all cpus are onlin