Re: [PATCH v4 4/5] xen/cpupool: add scheduling granularity entry to cpupool entries

2021-01-21 Thread Dario Faggioli
On Mon, 2021-01-18 at 12:55 +0100, Juergen Gross wrote: > Add a "sched-gran" entry to the per-cpupool hypfs directories. > > For now make this entry read-only and let it contain one of the > strings "cpu", "core" or "socket". > > Signed-off-by: Juergen Gross > Reviewed-by: Dario Faggioli

Re: [PATCH v4 4/5] xen/cpupool: add scheduling granularity entry to cpupool entries

2021-01-21 Thread Jan Beulich
On 18.01.2021 12:55, Juergen Gross wrote: > Add a "sched-gran" entry to the per-cpupool hypfs directories. > > For now make this entry read-only and let it contain one of the > strings "cpu", "core" or "socket". > > Signed-off-by: Juergen Gross Reviewed-by: Jan Beulich

[PATCH v4 4/5] xen/cpupool: add scheduling granularity entry to cpupool entries

2021-01-18 Thread Juergen Gross
Add a "sched-gran" entry to the per-cpupool hypfs directories. For now make this entry read-only and let it contain one of the strings "cpu", "core" or "socket". Signed-off-by: Juergen Gross --- V2: - added const (Jan Beulich) - modify test in cpupool_gran_read() (Jan Beulich) ---