[Xen-devel] [PATCH] xen/arm: Implement dynamic allocation of irq descriptors

2015-02-18 Thread vijay . kilari
From: Vijaya Kumar K For arm memory for 1024 irq descriptors are allocated statically irrespective of number of interrupt supported by the platform. With this patch, irq descriptors are allocated at run time and managed using red-black tree. Functions to insert, search and delete irq descriptor

Re: [Xen-devel] [PATCH] xen/arm: Implement dynamic allocation of irq descriptors

2015-02-19 Thread Julien Grall
On 19/02/15 07:17, vijay.kil...@gmail.com wrote: > From: Vijaya Kumar K > > For arm memory for 1024 irq descriptors are allocated > statically irrespective of number of interrupt supported > by the platform. > > With this patch, irq descriptors are allocated at run time > and managed using red-b

Re: [Xen-devel] [PATCH] xen/arm: Implement dynamic allocation of irq descriptors

2015-02-23 Thread Vijay Kilari
On Thu, Feb 19, 2015 at 7:33 PM, Julien Grall wrote: > On 19/02/15 07:17, vijay.kil...@gmail.com wrote: >> From: Vijaya Kumar K >> >> For arm memory for 1024 irq descriptors are allocated >> statically irrespective of number of interrupt supported >> by the platform. >> >> With this patch, irq de

Re: [Xen-devel] [PATCH] xen/arm: Implement dynamic allocation of irq descriptors

2015-02-23 Thread Julien Grall
Hello Vijay, On 23/02/15 13:04, Vijay Kilari wrote: > On Thu, Feb 19, 2015 at 7:33 PM, Julien Grall wrote: >> On 19/02/15 07:17, vijay.kil...@gmail.com wrote: >>> From: Vijaya Kumar K >>> >>> For arm memory for 1024 irq descriptors are allocated >>> statically irrespective of number of interrupt

Re: [Xen-devel] [PATCH] xen/arm: Implement dynamic allocation of irq descriptors

2015-02-23 Thread Vijay Kilari
Hi Julien, On Mon, Feb 23, 2015 at 9:10 PM, Julien Grall wrote: > Hello Vijay, > > On 23/02/15 13:04, Vijay Kilari wrote: >> On Thu, Feb 19, 2015 at 7:33 PM, Julien Grall >> wrote: >>> On 19/02/15 07:17, vijay.kil...@gmail.com wrote: From: Vijaya Kumar K For arm memory for 1024

Re: [Xen-devel] [PATCH] xen/arm: Implement dynamic allocation of irq descriptors

2015-02-23 Thread Julien Grall
On 23/02/15 16:09, Vijay Kilari wrote: > On Mon, Feb 23, 2015 at 9:10 PM, Julien Grall wrote: >> Hello Vijay, >> >> On 23/02/15 13:04, Vijay Kilari wrote: >>> On Thu, Feb 19, 2015 at 7:33 PM, Julien Grall >>> wrote: On 19/02/15 07:17, vijay.kil...@gmail.com wrote: > From: Vijaya Kumar K