Date: Wed, 09 May 2018 15:13:23 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 228076] [sched_ule] Not stealing process from loaded CPU Message-ID: <bug-228076-227-dGvYIxwyUK@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-228076-227@https.bugs.freebsd.org/bugzilla/> References: <bug-228076-227@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=228076 Mark Johnston <markj@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markj@FreeBSD.org --- Comment #4 from Mark Johnston <markj@FreeBSD.org> --- Created attachment 193209 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=193209&action=edit fix sched_balance (In reply to Don Lewis from comment #2) Hmm, I think sched_balance() is actually busted: the initial call is performed while smp_started == 0, so balance_ticks is never set to a non-zero value. The attached patch seems to address that at least. -- 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-228076-227-dGvYIxwyUK>
