RE: [PATCH v1 1/2] power: fix power library with --lcores

2024-10-17 Thread Tummala, Sivaprasad
...@intel.com; gak...@marvell.com; cristian.dumitre...@intel.com; > Yigit, > Ferruh ; konstantin.anan...@huawei.com > Cc: dev@dpdk.org > Subject: Re: [PATCH v1 1/2] power: fix power library with --lcores > > Caution: This message originated from an External Source. Use prope

Re: [PATCH v1 1/2] power: fix power library with --lcores

2024-10-17 Thread lihuisong (C)
Good job. With belows to change, Acked-by: Huisong Li 在 2024/10/17 19:02, Sivaprasad Tummala 写道: This commit fixes an issue in the power library related to using lcores mapped to different physical cores (--lcores option in EAL). Previously, the power library incorrectly accessed CPU sysfs at

RE: [PATCH v1 1/2] power: fix power library with --lcores

2024-10-17 Thread Konstantin Ananyev
> This commit fixes an issue in the power library > related to using lcores mapped to different > physical cores (--lcores option in EAL). > > Previously, the power library incorrectly accessed > CPU sysfs attributes for power management, treating > lcore IDs as CPU IDs. > e.g. with --lcores '1

[PATCH v1 1/2] power: fix power library with --lcores

2024-10-17 Thread Sivaprasad Tummala
This commit fixes an issue in the power library related to using lcores mapped to different physical cores (--lcores option in EAL). Previously, the power library incorrectly accessed CPU sysfs attributes for power management, treating lcore IDs as CPU IDs. e.g. with --lcores '1@128', lcore_id '1'