Re: [PATCH v4 5/5] xen/cpupool: make per-cpupool sched-gran hypfs node writable

2021-01-21 Thread Dario Faggioli
On Mon, 2021-01-18 at 12:55 +0100, Juergen Gross wrote: > Make /cpupool//sched-gran in hypfs writable. This will enable per > cpupool selectable scheduling granularity. > > Writing this node is allowed only with no cpu assigned to the > cpupool. > Allowed are values "cpu", "core" and "socket". >

Re: [PATCH v4 5/5] xen/cpupool: make per-cpupool sched-gran hypfs node writable

2021-01-21 Thread Jürgen Groß
On 21.01.21 16:55, Jan Beulich wrote: On 18.01.2021 12:55, Juergen Gross wrote: Make /cpupool//sched-gran in hypfs writable. This will enable per cpupool selectable scheduling granularity. Writing this node is allowed only with no cpu assigned to the cpupool. Allowed are values "cpu", "core"

Re: [PATCH v4 5/5] xen/cpupool: make per-cpupool sched-gran hypfs node writable

2021-01-21 Thread Jan Beulich
On 18.01.2021 12:55, Juergen Gross wrote: > Make /cpupool//sched-gran in hypfs writable. This will enable per > cpupool selectable scheduling granularity. > > Writing this node is allowed only with no cpu assigned to the cpupool. > Allowed are values "cpu", "core" and "socket". > >

[PATCH v4 5/5] xen/cpupool: make per-cpupool sched-gran hypfs node writable

2021-01-18 Thread Juergen Gross
Make /cpupool//sched-gran in hypfs writable. This will enable per cpupool selectable scheduling granularity. Writing this node is allowed only with no cpu assigned to the cpupool. Allowed are values "cpu", "core" and "socket". Signed-off-by: Juergen Gross --- V2: - test user parameters earlier