Re: [PATCH v7 5/6] powerpc/pseries: Add support for FORM2 associativity

2021-08-11 Thread Aneesh Kumar K.V
On 8/12/21 7:11 AM, David Gibson wrote: On Wed, Aug 11, 2021 at 09:39:32AM +0530, Aneesh Kumar K.V wrote: David Gibson writes: On Mon, Aug 09, 2021 at 10:54:33AM +0530, Aneesh Kumar K.V wrote: PAPR interface currently supports two different ways of communicating resource grouping details to

Re: [PATCH v7 5/6] powerpc/pseries: Add support for FORM2 associativity

2021-08-11 Thread David Gibson
On Wed, Aug 11, 2021 at 09:39:32AM +0530, Aneesh Kumar K.V wrote: > David Gibson writes: > > > On Mon, Aug 09, 2021 at 10:54:33AM +0530, Aneesh Kumar K.V wrote: > >> PAPR interface currently supports two different ways of communicating > >> resource > >> grouping details to the OS. These are ref

Re: [PATCH v7 5/6] powerpc/pseries: Add support for FORM2 associativity

2021-08-10 Thread Aneesh Kumar K.V
David Gibson writes: > On Mon, Aug 09, 2021 at 10:54:33AM +0530, Aneesh Kumar K.V wrote: >> PAPR interface currently supports two different ways of communicating >> resource >> grouping details to the OS. These are referred to as Form 0 and Form 1 >> associativity grouping. Form 0 is the older f

Re: [PATCH v7 5/6] powerpc/pseries: Add support for FORM2 associativity

2021-08-09 Thread David Gibson
On Mon, Aug 09, 2021 at 10:54:33AM +0530, Aneesh Kumar K.V wrote: > PAPR interface currently supports two different ways of communicating resource > grouping details to the OS. These are referred to as Form 0 and Form 1 > associativity grouping. Form 0 is the older format and is now considered > de

[PATCH v7 5/6] powerpc/pseries: Add support for FORM2 associativity

2021-08-08 Thread Aneesh Kumar K.V
PAPR interface currently supports two different ways of communicating resource grouping details to the OS. These are referred to as Form 0 and Form 1 associativity grouping. Form 0 is the older format and is now considered deprecated. This patch adds another resource grouping named FORM2. Signed-o