On Thu, 16 Apr 2026 11:05:58 +0800
Huisong Li <[email protected]> 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: [email protected]
>
> Signed-off-by: Huisong Li <[email protected]>
> ---
The rte_lcore_is_enabled() will return false for service lcores.
Is this a bug or a feature here?