git: kernel - Change IPI recovery watchdog

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Sep 26 11:14:38 PDT 2016


commit 4373ea1c25c94eedccb2d0285844cbcfe0909908
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Sep 26 11:09:49 2016 -0700

    kernel - Change IPI recovery watchdog
    
    * Change the default recovery watchdog timeout for IPIs from 1/16 second
      to 2 seconds and the repeated timeout from 1/2 second to 2 seconds.
    
    * Add missing initialization to pmap_inval_smp_cmpset(), without it an
      improper watchdog timeout/retry could occur.
    
    * This still may not fix issues with VMs when core threads cause extreme
      latencies on the host.
    
    Reported-by: zach

Summary of changes:
 sys/platform/pc64/x86_64/pmap_inval.c | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4373ea1c25c94eedccb2d0285844cbcfe0909908


-- 
DragonFly BSD source repository



More information about the Commits mailing list