Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2024 21:21:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 278535] bhyve: occasional long delays during boot
Message-ID:  <bug-278535-27103-EmXViLLJsQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-278535-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-278535-27103@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278535

John F. Carr <jfc@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jfc@mit.edu

--- Comment #1 from John F. Carr <jfc@mit.edu> ---
I notice delays of several seconds around the "launching APs" message.  I h=
ave
attributed various slowness in bhyve guests to the use of spinlocks when ma=
ny
CPUs are contending for the lock.  If not all of the virtual CPUs can be
scheduled simultaneously then each will use its full time slice spinning
waiting for a suspended virtual CPU to finally run and release the lock.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278535-27103-EmXViLLJsQ>