Re: [PATCH V2 5/8] pseries/drc-info: Search new DRC properties for CPU indexes

2016-08-01 Thread Michael Bringmann
On 08/01/2016 10:23 AM, Nathan Fontenot wrote: > On 07/27/2016 09:23 AM, Michael Bringmann wrote: >> pseries/drc-info: Provide parallel routines to convert between >> drc_index and CPU numbers at runtime, using the older device-tree >> properties ("ibm,drc-indexes", "ibm,drc-names", "ibm,drc-type

Re: [PATCH V2 5/8] pseries/drc-info: Search new DRC properties for CPU indexes

2016-08-01 Thread Nathan Fontenot
On 07/27/2016 09:23 AM, Michael Bringmann wrote: > pseries/drc-info: Provide parallel routines to convert between > drc_index and CPU numbers at runtime, using the older device-tree > properties ("ibm,drc-indexes", "ibm,drc-names", "ibm,drc-types" > and "ibm,drc-power-domains"), or the new property

[PATCH V2 5/8] pseries/drc-info: Search new DRC properties for CPU indexes

2016-07-27 Thread Michael Bringmann
pseries/drc-info: Provide parallel routines to convert between drc_index and CPU numbers at runtime, using the older device-tree properties ("ibm,drc-indexes", "ibm,drc-names", "ibm,drc-types" and "ibm,drc-power-domains"), or the new property "ibm,drc-info". Signed-off-by: Michael Bringmann --- d