Re: [PATCH v3] arch_topology: Make cpu_capacity sysfs node as ready-only

2019-04-01 Thread Mukesh Ojha
s/ready/read On 4/1/2019 9:54 AM, Lingutla Chandrasekhar wrote: If user updates any cpu's cpu_capacity, then the new value is going to be applied to all its online sibling cpus. But this need not to be correct always, as sibling cpus (in ARM, same micro architecture cpus) would have different

[PATCH v3] arch_topology: Make cpu_capacity sysfs node as ready-only

2019-03-31 Thread Lingutla Chandrasekhar
If user updates any cpu's cpu_capacity, then the new value is going to be applied to all its online sibling cpus. But this need not to be correct always, as sibling cpus (in ARM, same micro architecture cpus) would have different cpu_capacity with different performance characteristics. So,