Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2024 12:51:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 277837] coredirector: Intel Thread Director / Hardware Feedback Interface new driver [patch]
Message-ID:  <bug-277837-227-2AUaL3LcUJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-277837-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-277837-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=3D277837

--- Comment #3 from Koine Yuusuke <koinec@yahoo.co.jp> ---
Created attachment 249330
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D249330&action=
=3Dedit
Patch Part3: Add CPU core performance/efficiency score variable to SMP's
cpu_group strcut.

The ULE scheduler seems to refer to the "cpu_group" structure generated by =
the
SMP code to determine which cores to allocate tasks to.
However, currently it seems that the performance of all cores is treated
equally, so in order to be able to change this, I will add the score variab=
le
array for each CPU core group to the "cpu_group" structure.

--=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-277837-227-2AUaL3LcUJ>