Re: [RFC PATCH 10/33] irqchip/gic-v4-its: Allow use of indirect VCPU tables

2017-06-19 Thread Marc Zyngier
On 13/02/17 22:14, Shanker Donthineni wrote: > Hi Marc, > > > On 01/17/2017 04:20 AM, Marc Zyngier wrote: >> The VCPU tables can be quite sparse as well, and it makes sense >> to use indirect tables as well if possible. > The VCPU table has maximum of 2^16 entries as compared to 2^32 entries > i

Re: [RFC PATCH 10/33] irqchip/gic-v4-its: Allow use of indirect VCPU tables

2017-03-16 Thread Auger Eric
On 17/01/2017 11:20, Marc Zyngier wrote: > The VCPU tables can be quite sparse as well, and it makes sense > to use indirect tables as well if possible. I think patch title should be irqchip/gic-v3-its:.. Eric > > Signed-off-by: Marc Zyngier > --- > drivers/irqchip/irq-gic-v3-its.c | 20

Re: [RFC PATCH 10/33] irqchip/gic-v4-its: Allow use of indirect VCPU tables

2017-02-16 Thread Auger Eric
Hi Marc, On 17/01/2017 11:20, Marc Zyngier wrote: > The VCPU tables can be quite sparse as well, and it makes sense > to use indirect tables as well if possible. > > Signed-off-by: Marc Zyngier > --- > drivers/irqchip/irq-gic-v3-its.c | 20 +--- > 1 file changed, 13 insertions(+

Re: [RFC PATCH 10/33] irqchip/gic-v4-its: Allow use of indirect VCPU tables

2017-02-13 Thread Shanker Donthineni
Hi Marc, On 01/17/2017 04:20 AM, Marc Zyngier wrote: The VCPU tables can be quite sparse as well, and it makes sense to use indirect tables as well if possible. The VCPU table has maximum of 2^16 entries as compared to 2^32 entries in device table. ITS hardware implementations may not support

Re: [RFC PATCH 10/33] irqchip/gic-v4-its: Allow use of indirect VCPU tables

2017-02-13 Thread Thomas Gleixner
On Tue, 17 Jan 2017, Marc Zyngier wrote: > The VCPU tables can be quite sparse as well, and it makes sense > to use indirect tables as well if possible. > > Signed-off-by: Marc Zyngier Reviewed-by: Thomas Gleixner ___ kvmarm mailing list kvmarm@lists

[RFC PATCH 10/33] irqchip/gic-v4-its: Allow use of indirect VCPU tables

2017-01-17 Thread Marc Zyngier
The VCPU tables can be quite sparse as well, and it makes sense to use indirect tables as well if possible. Signed-off-by: Marc Zyngier --- drivers/irqchip/irq-gic-v3-its.c | 20 +--- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/drivers/irqchip/irq-gic-v3-its.c