]> www.infradead.org Git - users/hch/block.git/commit
x86/xen/time: Reduce Xen timer tick
authorFrediano Ziglio <frediano.ziglio@cloud.com>
Wed, 19 Jun 2024 10:40:15 +0000 (11:40 +0100)
committerJuergen Gross <jgross@suse.com>
Tue, 2 Jul 2024 07:35:52 +0000 (09:35 +0200)
commitad162488bbd359abda99c9819f5cbe9172f40935
tree0e71a3c292c989a119a09ac82abfa59ba10bbcb8
parente51d31c454fbd64e5de8d85c94bb519228f4c78a
x86/xen/time: Reduce Xen timer tick

Current timer tick is causing some deadline to fail.
The current high value constant was probably due to an old
bug in the Xen timer implementation causing errors if the
deadline was in the future.

This was fixed in Xen commit:
19c6cbd90965 xen/vcpu: ignore VCPU_SSHOTTMR_future

Usage of VCPU_SSHOTTMR_future in Linux kernel was removed by:
c06b6d70feb3 xen/x86: don't lose event interrupts

Signed-off-by: Frediano Ziglio <frediano.ziglio@cloud.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20240619104015.30477-1-frediano.ziglio@cloud.com
Signed-off-by: Juergen Gross <jgross@suse.com>
arch/x86/xen/time.c