Skip to content
  • Alex Wang's avatar
    bridge: Fix high cpu utilization. · 6bef3c7c
    Alex Wang authored
    
    
    When there are more than one ovs-vswitchd processes started,
    only one process is enabled.  The disabled processes should
    just sleep.  However, a bug in ovs makes the disabled processes
    keep waking up on global connectivity sequence number which is
    never sync'ed.  Consequently, those processes use 100% cpu.
    
    This commit fixes the bug by always sync up the connectivity
    sequence number for disabled processes.
    
    Reported-by: default avatarBen Pfaff <blp@nicira.com>
    Signed-off-by: default avatarAlex Wang <alexw@nicira.com>
    Acked-by: default avatarJoe Stringer <joestringer@nicira.com>
    6bef3c7c