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

2024-10-17 Thread lihuisong (C)
在 2024/10/17 19:02, Sivaprasad Tummala 写道: When user request to use lcores mapped to different physical cores using --lcores eal option, power application accesses incorrect cpu sysfs attribute for checking current frequency The patch fixes the cpu_id based on the lcore and cpu mappings. Sign

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

2024-10-17 Thread Sivaprasad Tummala
When user request to use lcores mapped to different physical cores using --lcores eal option, power application accesses incorrect cpu sysfs attribute for checking current frequency The patch fixes the cpu_id based on the lcore and cpu mappings. Signed-off-by: Sivaprasad Tummala --- app/test/te