Re: [Devel] [PATCH v4 2/2] acpi, gicv3-its, numa: Adding numa node mapping for gic-its units

2017-06-26 Thread Robert Richter
On 26.06.17 18:43:47, Marc Zyngier wrote: > On 26/06/17 18:38, Robert Richter wrote: > > On 22.06.17 15:49:25, Marc Zyngier wrote: > >> On 22/06/17 07:10, Ganapatrao Kulkarni wrote: > >>> Add code to parse SRAT ITS Affinity sub table as defined in ACPI 6.2. > >>> Later in per device probe, ITS

Re: [Devel] [PATCH v4 2/2] acpi, gicv3-its, numa: Adding numa node mapping for gic-its units

2017-06-26 Thread Robert Richter
On 26.06.17 18:43:47, Marc Zyngier wrote: > On 26/06/17 18:38, Robert Richter wrote: > > On 22.06.17 15:49:25, Marc Zyngier wrote: > >> On 22/06/17 07:10, Ganapatrao Kulkarni wrote: > >>> Add code to parse SRAT ITS Affinity sub table as defined in ACPI 6.2. > >>> Later in per device probe, ITS

Re: [Devel] [PATCH v4 2/2] acpi, gicv3-its, numa: Adding numa node mapping for gic-its units

2017-06-26 Thread Marc Zyngier
On 26/06/17 18:38, Robert Richter wrote: > On 22.06.17 15:49:25, Marc Zyngier wrote: >> On 22/06/17 07:10, Ganapatrao Kulkarni wrote: >>> Add code to parse SRAT ITS Affinity sub table as defined in ACPI 6.2. >>> Later in per device probe, ITS devices are mapped to numa node using >>> ITS Id to

Re: [Devel] [PATCH v4 2/2] acpi, gicv3-its, numa: Adding numa node mapping for gic-its units

2017-06-26 Thread Marc Zyngier
On 26/06/17 18:38, Robert Richter wrote: > On 22.06.17 15:49:25, Marc Zyngier wrote: >> On 22/06/17 07:10, Ganapatrao Kulkarni wrote: >>> Add code to parse SRAT ITS Affinity sub table as defined in ACPI 6.2. >>> Later in per device probe, ITS devices are mapped to numa node using >>> ITS Id to

Re: [Devel] [PATCH v4 2/2] acpi, gicv3-its, numa: Adding numa node mapping for gic-its units

2017-06-26 Thread Robert Richter
On 22.06.17 15:49:25, Marc Zyngier wrote: > On 22/06/17 07:10, Ganapatrao Kulkarni wrote: > > Add code to parse SRAT ITS Affinity sub table as defined in ACPI 6.2. > > Later in per device probe, ITS devices are mapped to numa node using > > ITS Id to proximity domain mapping. > > > >

Re: [Devel] [PATCH v4 2/2] acpi, gicv3-its, numa: Adding numa node mapping for gic-its units

2017-06-26 Thread Robert Richter
On 22.06.17 15:49:25, Marc Zyngier wrote: > On 22/06/17 07:10, Ganapatrao Kulkarni wrote: > > Add code to parse SRAT ITS Affinity sub table as defined in ACPI 6.2. > > Later in per device probe, ITS devices are mapped to numa node using > > ITS Id to proximity domain mapping. > > > >

Re: [PATCH v4 2/2] acpi, gicv3-its, numa: Adding numa node mapping for gic-its units

2017-06-22 Thread Marc Zyngier
On 22/06/17 07:10, Ganapatrao Kulkarni wrote: > Add code to parse SRAT ITS Affinity sub table as defined in ACPI 6.2. > Later in per device probe, ITS devices are mapped to numa node using > ITS Id to proximity domain mapping. > > Signed-off-by: Ganapatrao Kulkarni

Re: [PATCH v4 2/2] acpi, gicv3-its, numa: Adding numa node mapping for gic-its units

2017-06-22 Thread Marc Zyngier
On 22/06/17 07:10, Ganapatrao Kulkarni wrote: > Add code to parse SRAT ITS Affinity sub table as defined in ACPI 6.2. > Later in per device probe, ITS devices are mapped to numa node using > ITS Id to proximity domain mapping. > > Signed-off-by: Ganapatrao Kulkarni > --- >

Re: [PATCH v4 2/2] acpi, gicv3-its, numa: Adding numa node mapping for gic-its units

2017-06-22 Thread Lorenzo Pieralisi
On Thu, Jun 22, 2017 at 11:40:12AM +0530, Ganapatrao Kulkarni wrote: > Add code to parse SRAT ITS Affinity sub table as defined in ACPI 6.2. > Later in per device probe, ITS devices are mapped to numa node using > ITS Id to proximity domain mapping. > > Signed-off-by: Ganapatrao Kulkarni

Re: [PATCH v4 2/2] acpi, gicv3-its, numa: Adding numa node mapping for gic-its units

2017-06-22 Thread Lorenzo Pieralisi
On Thu, Jun 22, 2017 at 11:40:12AM +0530, Ganapatrao Kulkarni wrote: > Add code to parse SRAT ITS Affinity sub table as defined in ACPI 6.2. > Later in per device probe, ITS devices are mapped to numa node using > ITS Id to proximity domain mapping. > > Signed-off-by: Ganapatrao Kulkarni > --- >

[PATCH v4 2/2] acpi, gicv3-its, numa: Adding numa node mapping for gic-its units

2017-06-22 Thread Ganapatrao Kulkarni
Add code to parse SRAT ITS Affinity sub table as defined in ACPI 6.2. Later in per device probe, ITS devices are mapped to numa node using ITS Id to proximity domain mapping. Signed-off-by: Ganapatrao Kulkarni --- drivers/irqchip/irq-gic-v3-its.c | 75

[PATCH v4 2/2] acpi, gicv3-its, numa: Adding numa node mapping for gic-its units

2017-06-22 Thread Ganapatrao Kulkarni
Add code to parse SRAT ITS Affinity sub table as defined in ACPI 6.2. Later in per device probe, ITS devices are mapped to numa node using ITS Id to proximity domain mapping. Signed-off-by: Ganapatrao Kulkarni --- drivers/irqchip/irq-gic-v3-its.c | 75 +++- 1