Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions BM/pstate/intel_pstate_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -832,9 +832,9 @@ check_epp_req() {
performance)
epp_req=0
;;
# SPR will use 32 for balance_performance EPP value
# SPR and EMR will use 32 for balance_performance EPP value
balance_performance)
if [ "$cpu_model" == 143 ]; then
if [ "$cpu_model" == 143 ] || [ "$cpu_model" == 207 ]; then
epp_req=32
else
epp_req=128
Expand Down