[Bug 277837] coredirector: Intel Thread Director / Hardware Feedback Interface new driver [patch]

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 20 Mar 2024 12:51:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277837

--- Comment #3 from Koine Yuusuke <koinec@yahoo.co.jp> ---
Created attachment 249330
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=249330&action=edit
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 variable
array for each CPU core group to the "cpu_group" structure.

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