[PATCH v1 01/15] power/kvm_vm: enforce enabled lcore ID check

Stephen Hemminger stephen at networkplumber.org
Thu Apr 16 17:48:25 CEST 2026


On Thu, 16 Apr 2026 11:05:58 +0800
Huisong Li <lihuisong at huawei.com> wrote:

> The locre ID in cpufreq power must be enabled core in application.
Spelling error, use checkpatch next time, it runs a spell checker.
Also run devtools/check-git-log there other issues in the commit messages.

> Use rte_lcore_is_enabled to verify lcore_id.
> 
> Fixes: 6f987b594fa6 ("power: refactor core power management")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Huisong Li <lihuisong at huawei.com>
> ---

The rte_lcore_is_enabled() will return false for service lcores.
Is this a bug or a feature here?


More information about the dev mailing list