Re: [PATCH 7/7] xen/events: remove some info_for_irq() calls in pirq handling

2023-11-14 Thread Juergen Gross
On 14.11.23 19:16, Oleksandr Tyshchenko wrote: On 16.10.23 09:28, Juergen Gross wrote: Hello Juergen Instead of the IRQ number user the struct irq_info pointer as parameter in the internal pirq related functions. This allows to drop some calls of info_for_irq(). Signed-off-by: Juergen

Re: [PATCH 7/7] xen/events: remove some info_for_irq() calls in pirq handling

2023-11-14 Thread Oleksandr Tyshchenko
On 16.10.23 09:28, Juergen Gross wrote: Hello Juergen > Instead of the IRQ number user the struct irq_info pointer as parameter > in the internal pirq related functions. This allows to drop some calls > of info_for_irq(). > > Signed-off-by: Juergen Gross Looks good, so Reviewed-by:

[PATCH 7/7] xen/events: remove some info_for_irq() calls in pirq handling

2023-10-16 Thread Juergen Gross
Instead of the IRQ number user the struct irq_info pointer as parameter in the internal pirq related functions. This allows to drop some calls of info_for_irq(). Signed-off-by: Juergen Gross --- drivers/xen/events/events_base.c | 113 +++ 1 file changed, 68