[dpdk-dev] [PATCH v4 1/2] power: add support for cppc cpufreq

2021-06-22 Thread Richael Zhuang
Currently in DPDK only acpi_cpufreq and pstate_cpufreq drivers are supported, which are both not available on arm64 platforms. Add support for cppc_cpufreq driver which works on most arm64 platforms. Signed-off-by: Richael Zhuang --- app/test/test_power.c | 3 +- app/test/test_power_c

Re: [dpdk-dev] [PATCH v4 1/2] power: add support for cppc cpufreq

2021-06-23 Thread David Hunt
Hi Richael On 23/6/2021 4:55 AM, Richael Zhuang wrote: Currently in DPDK only acpi_cpufreq and pstate_cpufreq drivers are supported, which are both not available on arm64 platforms. Add support for cppc_cpufreq driver which works on most arm64 platforms. Signed-off-by: Richael Zhuang --- app

Re: [dpdk-dev] [PATCH v4 1/2] power: add support for cppc cpufreq

2021-06-23 Thread Richael Zhuang
> -Original Message- > From: David Hunt > Sent: Wednesday, June 23, 2021 10:10 PM > To: Richael Zhuang ; dev@dpdk.org > Cc: yux.ji...@intel.com > Subject: Re: [PATCH v4 1/2] power: add support for cppc cpufreq > > Hi Richael > > On 23/6/2021 4:55 AM, Richael Zhuang wrote: > > Currently