[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 0/2] xen/x86: Optimize timer_irq_works()
From: Julien Grall <jgrall@xxxxxxxxxx> Hi all, At the moment timer_irq_works() will always wait 100ms even with enough ticks elapsed. This is a bit wasteful when most of the HW should not be buggy. The admin may also know that their HW is not buggy so they could decide to skip the full 100ms. Also, looking at Linux changes, it was pointed out that the timer_irq_works() may always return false on when using para-virtualized delay. It is not a problem for Xen, but still it makes sense to provide an option to disable the timer check. Patch #1 of the series will add the command line option while patch #2 will optimize timer_irq_works() for the good case. Cheers, Julien Grall (2): xen/x86: io_apic: Introduce a command line option to skip timer check xen/x86: ioapic: Bail out from timer_irq_works() as soon as possible docs/misc/xen-command-line.pandoc | 7 ++++++ xen/arch/x86/io_apic.c | 41 ++++++++++++++++++++++--------- 2 files changed, 37 insertions(+), 11 deletions(-) -- 2.40.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |