Message ID | tencent_771A412756220DADE84312E71953957F7408@qq.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | None | expand |
Context | Check | Description |
---|---|---|
ci/iol-mellanox-Performance | success | Performance Testing PASS |
ci/iol-intel-Functional | success | Functional Testing PASS |
ci/iol-intel-Performance | success | Performance Testing PASS |
ci/iol-aarch64-unit-testing | success | Testing PASS |
ci/iol-aarch64-compile-testing | success | Testing PASS |
ci/iol-x86_64-compile-testing | success | Testing PASS |
ci/iol-x86_64-unit-testing | success | Testing PASS |
ci/Intel-compilation | success | Compilation OK |
ci/intel-Testing | success | Testing PASS |
ci/iol-abi-testing | success | Testing PASS |
diff --git a/lib/power/rte_power_empty_poll.c b/lib/power/rte_power_empty_poll.c index 4a4db51247..c58f4155d9 100644 --- a/lib/power/rte_power_empty_poll.c +++ b/lib/power/rte_power_empty_poll.c @@ -326,9 +326,9 @@ empty_poll_training(struct priority_worker *poll_stats, max_train_iter); - if (poll_stats->thresh[LOW].trained == true - && poll_stats->thresh[MED].trained == true - && poll_stats->thresh[HGH].trained == true) { + if (poll_stats->thresh[LOW].trained + && poll_stats->thresh[MED].trained + && poll_stats->thresh[HGH].trained ) { set_state(poll_stats, MED_NORMAL);