Skip to content

Commit

Permalink
Add turbo freq case with all the cstate default state
Browse files Browse the repository at this point in the history
Add turbo freq case with all the cstate default state
Remove residency latency override case as mainline kernel does not
support

Signed-off-by: qwang59 <[email protected]>
  • Loading branch information
qwang59 committed Jul 19, 2024
1 parent 04fdbae commit c4be41c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions BM/cstate/powermgr_cstate_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,9 @@ core_cstate_test() {
verify_ccstate_res_offline_online)
ccstate_res_offline_online 0x10 0x660 0x3fd
;;
verify_turbo_freq_in_default)
verify_single_cpu_freq
;;
verify_turbo_freq_in_poll)
turbo_freq_when_idle POLL
;;
Expand Down
2 changes: 1 addition & 1 deletion BM/cstate/tests-server
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ powermgr_cstate_tests.sh -t verify_cstate_name
powermgr_cstate_tests.sh -t verify_server_all_cores_cstate6
powermgr_cstate_tests.sh -t verify_server_all_cpus_mc6
powermgr_cstate_tests.sh -t verify_server_core_cstate6_residency
powermgr_cstate_tests.sh -t verify_residency_latency_override
powermgr_cstate_tests.sh -t verify_server_cstate_list
powermgr_cstate_tests.sh -t verify_server_perf_core_cstat_update
powermgr_cstate_tests.sh -t verify_server_perf_pkg_cstat_update
Expand All @@ -25,6 +24,7 @@ powermgr_cstate_tests.sh -t verify_offline_cpu_deepest_pc
powermgr_cstate_tests.sh -t verify_ccstate_res_offline_online
# Below case are to verify whether a single CPU can reach the turbo frequecy
# When other CPUs are all in POLL or C1 or C1E
powermgr_cstate_tests.sh -t verify_turbo_freq_in_default
powermgr_cstate_tests.sh -t verify_turbo_freq_in_poll
powermgr_cstate_tests.sh -t verify_turbo_freq_in_c1
powermgr_cstate_tests.sh -t verify_turbo_freq_in_c1e
Expand Down

0 comments on commit c4be41c

Please sign in to comment.