Re: [PATCH V3 1/3] arm64: topology: Avoid the have_policy check

2020-12-18 Thread Viresh Kumar
On 18-12-20, 11:01, Catalin Marinas wrote: > On Fri, Dec 18, 2020 at 09:56:02AM +0530, Viresh Kumar wrote: > > On 17-12-20, 10:55, Catalin Marinas wrote: > > > Hi Viresh, > > > > > > On Thu, Dec 17, 2020 at 01:27:32PM +0530, Viresh Kumar wrote: > > > > On 15-12-20, 11:04, Viresh Kumar wrote: > > >

Re: [PATCH V3 1/3] arm64: topology: Avoid the have_policy check

2020-12-18 Thread Catalin Marinas
On Fri, Dec 18, 2020 at 09:56:02AM +0530, Viresh Kumar wrote: > On 17-12-20, 10:55, Catalin Marinas wrote: > > Hi Viresh, > > > > On Thu, Dec 17, 2020 at 01:27:32PM +0530, Viresh Kumar wrote: > > > On 15-12-20, 11:04, Viresh Kumar wrote: > > > > Every time I have stumbled upon this routine, I get

Re: [PATCH V3 1/3] arm64: topology: Avoid the have_policy check

2020-12-17 Thread Viresh Kumar
On 17-12-20, 10:55, Catalin Marinas wrote: > Hi Viresh, > > On Thu, Dec 17, 2020 at 01:27:32PM +0530, Viresh Kumar wrote: > > On 15-12-20, 11:04, Viresh Kumar wrote: > > > Every time I have stumbled upon this routine, I get confused with the > > > way 'have_policy' is used and I have to dig in to

Re: [PATCH V3 1/3] arm64: topology: Avoid the have_policy check

2020-12-17 Thread Catalin Marinas
Hi Viresh, On Thu, Dec 17, 2020 at 01:27:32PM +0530, Viresh Kumar wrote: > On 15-12-20, 11:04, Viresh Kumar wrote: > > Every time I have stumbled upon this routine, I get confused with the > > way 'have_policy' is used and I have to dig in to understand why is it > > so. Here is an attempt to make

Re: [PATCH V3 1/3] arm64: topology: Avoid the have_policy check

2020-12-16 Thread Viresh Kumar
On 15-12-20, 11:04, Viresh Kumar wrote: > Every time I have stumbled upon this routine, I get confused with the > way 'have_policy' is used and I have to dig in to understand why is it > so. Here is an attempt to make it easier to understand, and hopefully it > is an improvement. > > The 'have_pol

[PATCH V3 1/3] arm64: topology: Avoid the have_policy check

2020-12-14 Thread Viresh Kumar
Every time I have stumbled upon this routine, I get confused with the way 'have_policy' is used and I have to dig in to understand why is it so. Here is an attempt to make it easier to understand, and hopefully it is an improvement. The 'have_policy' check was just an optimization to avoid writing